Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: align wording related to connections #1694

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/customers/addDrawer/ExternalAppsAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const ExternalAppsAccordion = ({ formikProps, isEdition }: TExternalAppsA
{showPaymentProviderSection && (
<Stack gap={1}>
<Typography variant="captionHl" color="grey700">
{translate('text_66423dbab233e60111c49464')}
{translate('text_634ea0ecc6147de10ddb6631')}
</Typography>
<Accordion
noContentMargin
Expand Down Expand Up @@ -1101,7 +1101,7 @@ export const ExternalAppsAccordion = ({ formikProps, isEdition }: TExternalAppsA
closePopper()
}}
>
{translate('text_66423dbab233e60111c49464')}
{translate('text_634ea0ecc6147de10ddb6631')}
</Button>
<Button
variant="quaternary"
Expand Down Expand Up @@ -1149,7 +1149,7 @@ export const ExternalAppsAccordion = ({ formikProps, isEdition }: TExternalAppsA
closePopper()
}}
>
{translate('text_66798355dbb93a0065e3a423')}
{translate('text_6668821d94e4da4dfd8b3840')}
</Button>
)}
</MenuPopper>
Expand Down
4 changes: 1 addition & 3 deletions translations/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@
"text_666887f6c4d092aa1e1a8478": "To connect to Anrok, please enter the following information",
"text_666887f6c4d092aa1e1a847e": "Type your Anrok API key",
"text_666889d43a2ea34eb2aa3e55": "Edit information linked to this Anrok connection.",
"text_66798355dbb93a0065e3a423": "Add a tax provider",
"text_66b4e77677f8c600c8d50ea3": "Anrok customer ID",
"text_66b4e77677f8c600c8d50ea5": "Type an Anrok customer ID",
"text_66b4e77677f8c600c8d50ea7": "Create automatically this customer in {{connectionName}} at invoice creation",
Expand Down Expand Up @@ -452,7 +451,7 @@
"text_6630ea71a6c2ef00bc63006e": "Billable metrics items",
"text_6630ec823adac97d3bf0fb4b": "Items fetching can take time.",
"text_66423cad72bbad009f2f5689": "Connect to external apps",
"text_66423cad72bbad009f2f568f": "Accounting connection",
"text_66423cad72bbad009f2f568f": "Accounting provider",
"text_66423cad72bbad009f2f5691": "Select a connection",
"text_66423cad72bbad009f2f5695": "Connected account",
"text_66423cad72bbad009f2f5697": "Search and select a connected account",
Expand All @@ -464,7 +463,6 @@
"text_66423cad72bbad009f2f56a4": "This customer will be created to NetSuite after editing in Lago",
"text_66423dbab233e60111c49461": "Link this customer to external connections",
"text_66423dbab233e60111c49462": "Choose an integration already connected with Lago. If you haven't connected yet, feel free to do so in the <a href=\"{{href}}\">Integrations section</a>.",
"text_66423dbab233e60111c49464": "Payment provider connection",
"text_6645daa0468420011304aded": "Please connect your external tools in the Settings → Integration section",
"text_66461b36b4b38c006e8b5067": "Map your credit notes with a {{integrationType}} item",
"text_66461b36b4b38c006e8b5068": "To link Lago credit notes with {{integrationType}}, please choose the corresponding credit note item in your {{integrationType}} account.",
Expand Down
Loading