From 2c0f7b8f8f25b09d2fa906df6b3166dacbe21191 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 8 Jun 2026 11:13:51 +0500 Subject: [PATCH] mobile: fix two-factor ui --- packages/intl/locale/en.po | 16 +++++----------- packages/intl/locale/pseudo-LOCALE.po | 12 +++--------- packages/intl/src/strings.ts | 4 ++-- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index a547a54e5..f52c69f20 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -1,17 +1,11 @@ msgid "" msgstr "" -"POT-Creation-Date: 2026-06-16 14:37+0500\n" +"POT-Creation-Date: 2026-06-16 14:40+0500\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "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\"" @@ -4997,8 +4991,8 @@ msgid "Payment method" msgstr "Payment method" #: src/strings.ts:2823 -msgid "Payment summary" -msgstr "Payment summary" +msgid "Payment Summary" +msgstr "Payment Summary" #: src/strings.ts:788 msgid "PDF is password protected" @@ -7790,8 +7784,8 @@ msgid "What went wrong?" msgstr "What went wrong?" #: src/strings.ts:2822 -msgid "What's included" -msgstr "What's included" +msgid "What's Included" +msgstr "What's Included" #: src/strings.ts:2541 msgid "Why do you need my credit card details for a free trial?" diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index e4f87be40..052cdb2c0 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -1,17 +1,11 @@ msgid "" msgstr "" -"POT-Creation-Date: 2026-06-16 14:37+0500\n" +"POT-Creation-Date: 2026-06-16 14:40+0500\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "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\"" @@ -4971,7 +4965,7 @@ msgid "Payment method" msgstr "" #: src/strings.ts:2823 -msgid "Payment summary" +msgid "Payment Summary" msgstr "" #: src/strings.ts:788 @@ -7740,7 +7734,7 @@ msgid "What went wrong?" msgstr "" #: src/strings.ts:2822 -msgid "What's included" +msgid "What's Included" msgstr "" #: src/strings.ts:2541 diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index a58dd94f5..431d59031 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -2819,8 +2819,8 @@ Continue without attachments?`, monthly: () => t`Billed monthly`, oneTime: () => t`One time purchase` }, - whatsIncluded: () => t`What's included`, - paymentSummary: () => t`Payment summary`, + whatsIncluded: () => t`What's Included`, + paymentSummary: () => t`Payment Summary`, planWhatsIncluded: { unlimitedNotes: () => t`Unlimited notes and attachments`, endToEnd: () => t`End-to-end encryption (XChaCha20)`,