diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index e41cc76e2..bc791c25e 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -6,6 +6,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: en\n" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Plural-Forms: \n" #: src/strings.ts:2442 msgid " \"Notebook > Notes\"" @@ -1890,8 +1896,8 @@ msgid "Confirm new password" msgstr "Confirm new password" #: src/strings.ts:1501 -msgid "Confirm password" -msgstr "Confirm password" +msgid "Confirm Password" +msgstr "Confirm Password" #: src/strings.ts:2748 msgid "Confirm password required" diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index 0703f539e..6d14a2396 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -6,6 +6,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: pseudo-LOCALE\n" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Plural-Forms: \n" #: src/strings.ts:2442 msgid " \"Notebook > Notes\"" @@ -1879,7 +1885,7 @@ msgid "Confirm new password" msgstr "" #: src/strings.ts:1501 -msgid "Confirm password" +msgid "Confirm Password" msgstr "" #: src/strings.ts:2748 diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index d137f59e4..744c827d4 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -1498,7 +1498,7 @@ $day$: Current day (eg. Monday)`, newPassword: () => t`New password`, email: () => t`Email`, emailInvalid: () => t`Invalid email`, - confirmPassword: () => t`Confirm password`, + confirmPassword: () => t`Confirm Password`, currentPin: () => t`Current pin`, currentPassword: () => t`Current password`, newPin: () => t`New pin`,