commit d24182821c03985ad464489f233d5e8196b52d3c parent 6e7a11f1076530f36e7ce1b20776539fbf3eb709 Author: Sebastian <sebasjm@gmail.com> Date: Mon, 4 Nov 2024 15:09:04 -0300 fix codespell Diffstat:
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/packages/bank-ui/src/i18n/bank.pot b/packages/bank-ui/src/i18n/bank.pot @@ -474,7 +474,7 @@ msgstr "" msgid "" "Use a strong password: 8 characters minimum, don't use any public information " "related to you (names, birthday, phone number, etc...) and mix lowercase, " -"upppercase, symbols and numbers" +"uppercase, symbols and numbers" msgstr "" #: src/pages/RegistrationPage.tsx:282 diff --git a/packages/bank-ui/src/i18n/de.po b/packages/bank-ui/src/i18n/de.po @@ -482,7 +482,7 @@ msgstr "Passwort" msgid "" "Use a strong password: 8 characters minimum, don't use any public " "information related to you (names, birthday, phone number, etc...) and mix " -"lowercase, upppercase, symbols and numbers" +"lowercase, uppercase, symbols and numbers" msgstr "" #: src/pages/RegistrationPage.tsx:282 diff --git a/packages/bank-ui/src/i18n/es.po b/packages/bank-ui/src/i18n/es.po @@ -484,7 +484,7 @@ msgstr "Contraseña" msgid "" "Use a strong password: 8 characters minimum, don't use any public " "information related to you (names, birthday, phone number, etc...) and mix " -"lowercase, upppercase, symbols and numbers" +"lowercase, uppercase, symbols and numbers" msgstr "" #: src/pages/RegistrationPage.tsx:282 diff --git a/packages/bank-ui/src/i18n/fr.po b/packages/bank-ui/src/i18n/fr.po @@ -479,7 +479,7 @@ msgstr "" msgid "" "Use a strong password: 8 characters minimum, don't use any public " "information related to you (names, birthday, phone number, etc...) and mix " -"lowercase, upppercase, symbols and numbers" +"lowercase, uppercase, symbols and numbers" msgstr "" #: src/pages/RegistrationPage.tsx:282 diff --git a/packages/bank-ui/src/i18n/it.po b/packages/bank-ui/src/i18n/it.po @@ -477,7 +477,7 @@ msgstr "" msgid "" "Use a strong password: 8 characters minimum, don't use any public " "information related to you (names, birthday, phone number, etc...) and mix " -"lowercase, upppercase, symbols and numbers" +"lowercase, uppercase, symbols and numbers" msgstr "" #: src/pages/RegistrationPage.tsx:282 diff --git a/packages/bank-ui/src/i18n/ru.po b/packages/bank-ui/src/i18n/ru.po @@ -487,7 +487,7 @@ msgstr "Пароль" msgid "" "Use a strong password: 8 characters minimum, don't use any public " "information related to you (names, birthday, phone number, etc...) and mix " -"lowercase, upppercase, symbols and numbers" +"lowercase, uppercase, symbols and numbers" msgstr "" #: src/pages/RegistrationPage.tsx:282 diff --git a/packages/bank-ui/src/i18n/uk.po b/packages/bank-ui/src/i18n/uk.po @@ -489,7 +489,7 @@ msgstr "Пароль" msgid "" "Use a strong password: 8 characters minimum, don't use any public " "information related to you (names, birthday, phone number, etc...) and mix " -"lowercase, upppercase, symbols and numbers" +"lowercase, uppercase, symbols and numbers" msgstr "" #: src/pages/RegistrationPage.tsx:282 diff --git a/packages/bank-ui/src/pages/RegistrationPage.tsx b/packages/bank-ui/src/pages/RegistrationPage.tsx @@ -267,7 +267,7 @@ function RegistrationForm({ <i18n.Translate> Use a strong password: 8 characters minimum, don't use any public information related to you (names, birthday, phone - number, etc...) and mix lowercase, upppercase, symbols and + number, etc...) and mix lowercase, uppercase, symbols and numbers </i18n.Translate> </p> diff --git a/packages/taler-util/src/types-taler-kyc-aml.ts b/packages/taler-util/src/types-taler-kyc-aml.ts @@ -77,7 +77,7 @@ export interface AmlProgramInput { // part of the *measure*. This JSON object is // provided under "context" in the main JSON object // input to the AML program. This "context" should - // satify both the REQUIRES clause of the respective + // satisfy both the REQUIRES clause of the respective // check and the output of "-r" from the // AML program's command-line option. context?: any; @@ -96,7 +96,7 @@ export interface AmlProgramInput { attributes: any; // JSON array with the results of historic - // AML desisions about the account. + // AML decisions about the account. aml_history: AmlHistoryEntry[]; // JSON array with the results of historic