diff options
author | Sebastian <sebasjm@gmail.com> | 2023-06-09 09:08:53 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-06-09 09:08:53 -0300 |
commit | 4ac67bbcdb05eeaadaa54e41e4e77f25181604dd (patch) | |
tree | 7ce3fb363f21ba2bbe628b20886cb9a421c7fa18 | |
parent | 734de5d3598bbf31638daaa5678e378c56881b5e (diff) |
spelling
-rw-r--r-- | packages/merchant-backoffice-ui/src/i18n/es.po | 2 | ||||
-rw-r--r-- | packages/merchant-backoffice-ui/src/i18n/strings.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/merchant-backoffice-ui/src/i18n/es.po b/packages/merchant-backoffice-ui/src/i18n/es.po index bfb63eedb..8571ef17b 100644 --- a/packages/merchant-backoffice-ui/src/i18n/es.po +++ b/packages/merchant-backoffice-ui/src/i18n/es.po @@ -2715,7 +2715,7 @@ msgstr "" #: src/Application.tsx:120 #, c-format msgid "Got message %1$s from %2$s" -msgstr "Recivimos el mensaje %1$s desde %2$s" +msgstr "Recibimos el mensaje %1$s desde %2$s" #: src/Application.tsx:131 #, c-format diff --git a/packages/merchant-backoffice-ui/src/i18n/strings.ts b/packages/merchant-backoffice-ui/src/i18n/strings.ts index 05bdffdbd..65dc41358 100644 --- a/packages/merchant-backoffice-ui/src/i18n/strings.ts +++ b/packages/merchant-backoffice-ui/src/i18n/strings.ts @@ -4802,7 +4802,7 @@ strings['es'] = { "" ], "Got message %1$s from %2$s": [ - "Recivimos el mensaje %1$s desde %2$s" + "Recibimos el mensaje %1$s desde %2$s" ], "Response from server is unreadable, http status: %1$s": [ "" |