Skip to content

Commit

Permalink
fix: replace translations
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Aug 20, 2024
1 parent 6c95814 commit 2647717
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/customers/CustomerInvoicesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const CustomerInvoicesList: FC<CustomerInvoicesListProps> = ({
placement="top"
title={
!!paymentDisputeLostAt
? translate('TODO: This invoice contains a dispute lost')
? translate('text_172416478461328edo4vwz05')
: undefined
}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/invoices/InvoicesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const InvoicesList = ({
placement="top"
title={
!!paymentDisputeLostAt
? translate('TODO: This invoice contains a dispute lost')
? translate('text_172416478461328edo4vwz05')
: undefined
}
>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/CustomerInvoiceDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ const CustomerInvoiceDetails = () => {
closePopper()
}}
>
{translate('TODO: Sync invoice')}
{translate('text_1724164767403kyknbaw13mg')}
</Button>
) : (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/InvoiceOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const InvoiceOverview = memo(
await retryInvoice()
}}
>
{translate('TODO: Sync invoice')}
{translate('text_1724164767403kyknbaw13mg')}
</Button>
) : (
!hasError &&
Expand Down
5 changes: 3 additions & 2 deletions translations/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,6 @@
"text_638f74bb4d41e3f1d0201647": "Drafted invoices",
"text_638f74bb4d41e3f1d0201649": "{{customerName}}’s draft invoices",
"text_638f74bb4d41e3f1d020164b": "{{count}} draft invoices",
"text_63a41a8eabb9ae67047c1bfe": "Draft",
"text_63a41a8eabb9ae67047c1c06": "Refresh invoice",
"text_63a41a8eabb9ae67047c1c08": "Finalize invoice",
"text_63a41a8eabb9ae67047c1c0c": "This invoice is in draft mode. You have until {{issuingDate}} to adjust it, or you can finalize it manually now.",
Expand Down Expand Up @@ -2342,5 +2341,7 @@
"text_66474fb55f1b6901c7ac7683": "It seems you don’t have the permission to access this page. If you think this is an error contact an admin of your organization.",
"text_665deda4babaf700d603ea13": "Leaving without saving",
"text_665dedd557dc3c00c62eb83d": "By clicking 'Leave', any unsaved data will be lost. Are you sure you want to continue?",
"text_668513bb1906740145e06abe": "Value already exist, please type a new one."
"text_668513bb1906740145e06abe": "Value already exist, please type a new one.",
"text_1724164767403kyknbaw13mg": "Sync invoice",
"text_172416478461328edo4vwz05": "This invoice contains a dispute lost"
}

0 comments on commit 2647717

Please sign in to comment.