From 6b6e19f53b986591c562d720f1a6b39433a0de7b Mon Sep 17 00:00:00 2001 From: Kalliopi Pliogka <81677549+KalliopiPliogka@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:39:00 +0300 Subject: [PATCH 1/4] Update index.json Fixed bill message. Now, bill message is showing without the bill number. --- packages/webapp/src/lang/en/index.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/webapp/src/lang/en/index.json b/packages/webapp/src/lang/en/index.json index 6fb394354..4e9739217 100644 --- a/packages/webapp/src/lang/en/index.json +++ b/packages/webapp/src/lang/en/index.json @@ -558,8 +558,8 @@ "bill_date_": "Bill date", "bill_number_": "Bill number", "delete_bill": "Delete Bill", - "the_bill_has_been_edited_successfully": "The bill #{number} has been edited successfully.", - "the_bill_has_been_created_successfully": "The bill #{number} has been created successfully.", + "the_bill_has_been_edited_successfully": "The bill has been edited successfully.", + "the_bill_has_been_created_successfully": "The bill has been created successfully.", "the_bill_has_been_deleted_successfully": "The bill has been deleted successfully.", "once_delete_this_bill_you_will_able_to_restore_it": "Once you delete this bill, you won't be able to restore it later. Are you sure you want to delete this bill?", "deposit_to": "Deposit to", @@ -2294,4 +2294,4 @@ "sidebar.new_time_entry": "New Time Entry", "sidebar.project_profitability_summary": "Project Profitability Summary", "global_error.too_many_requests": "Too many requests" -} \ No newline at end of file +} From 74c44185493d108ff3df1fb3afc3f28d783af29f Mon Sep 17 00:00:00 2001 From: Kalliopi Pliogka <81677549+KalliopiPliogka@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:30:31 +0300 Subject: [PATCH 2/4] Update BillForm.tsx Removed the injected number value where the deleted keywords were used. --- .../webapp/src/containers/Purchases/Bills/BillForm/BillForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/webapp/src/containers/Purchases/Bills/BillForm/BillForm.tsx b/packages/webapp/src/containers/Purchases/Bills/BillForm/BillForm.tsx index 90d5a5583..38aa0fb5e 100644 --- a/packages/webapp/src/containers/Purchases/Bills/BillForm/BillForm.tsx +++ b/packages/webapp/src/containers/Purchases/Bills/BillForm/BillForm.tsx @@ -82,7 +82,6 @@ function BillForm({ isNewMode ? 'the_bill_has_been_created_successfully' : 'the_bill_has_been_edited_successfully', - { number: values.bill_number }, ), intent: Intent.SUCCESS, }); From 172eea0ad1dc50a2ca0de661d77e280ea70088ae Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:36:07 +0000 Subject: [PATCH 3/4] docs: update README.md [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 208d39aab..99f1d3cc2 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d ElforJani13
ElforJani13

💻 Lars Scheibling
Lars Scheibling

🐛 Suhaib Affan
Suhaib Affan

💻 + Kalliopi Pliogka
Kalliopi Pliogka

🐛 From e1a3510f0b37398e63b89a92ef64f46f3d96a4c4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:36:08 +0000 Subject: [PATCH 4/4] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index d69d4da6f..16d16eb97 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -51,6 +51,15 @@ "contributions": [ "code" ] + }, + { + "login": "KalliopiPliogka", + "name": "Kalliopi Pliogka", + "avatar_url": "https://avatars.githubusercontent.com/u/81677549?v=4", + "profile": "https://github.com/KalliopiPliogka", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7,