Skip to content

Commit

Permalink
Merge pull request #219 from KalliopiPliogka/bill-message-without-bil…
Browse files Browse the repository at this point in the history
…l-number

Update index.json
  • Loading branch information
abouolia authored Aug 16, 2023
2 parents 01f7eff + 74c4418 commit 58f90a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down
6 changes: 3 additions & 3 deletions packages/webapp/src/lang/en/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 58f90a0

Please sign in to comment.