aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/src')
-rw-r--r--packages/merchant-backoffice-ui/src/components/modal/index.tsx2
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/accounts/create/CreatePage.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/modal/index.tsx b/packages/merchant-backoffice-ui/src/components/modal/index.tsx
index 518583a9c..ce0df75ca 100644
--- a/packages/merchant-backoffice-ui/src/components/modal/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/modal/index.tsx
@@ -314,7 +314,7 @@ export function CompareAccountsModal({
>
<p>
<i18n.Translate>
- Testing agaisnt the account info URL succedded but the account
+ Testing against the account info URL succeeded but the account
information reported is different with the account details form.
</i18n.Translate>
</p>
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/accounts/create/CreatePage.tsx b/packages/merchant-backoffice-ui/src/paths/instance/accounts/create/CreatePage.tsx
index bec32bac3..21be44a39 100644
--- a/packages/merchant-backoffice-ui/src/paths/instance/accounts/create/CreatePage.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/instance/accounts/create/CreatePage.tsx
@@ -252,7 +252,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode {
) : undefined}
<InputToggle<Entity>
label={i18n.str`Match`}
- tooltip={i18n.str`Check where the information match agaisnt the server info.`}
+ tooltip={i18n.str`Check where the information match against the server info.`}
name="verified"
readonly
threeState