From e82b141aaf0af4f80651c3e101cdf8db95f829bb Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 2 Jun 2026 12:00:23 +0500 Subject: [PATCH] mobile: fix inbox pgp keys title text mismatch --- packages/intl/locale/en.po | 8 ++++---- packages/intl/locale/pseudo-LOCALE.po | 8 ++++---- packages/intl/src/strings.ts | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index 98acebfa5..968adf144 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -3621,14 +3621,14 @@ msgstr "import guide" msgid "Inbox API" msgstr "Inbox API" -#: src/strings.ts:2661 -msgid "Inbox Keys" -msgstr "Inbox Keys" - #: src/strings.ts:2716 msgid "Inbox keys saved" msgstr "Inbox keys saved" +#: src/strings.ts:2661 +msgid "Inbox PGP Keys" +msgstr "Inbox PGP Keys" + #: src/strings.ts:174 msgid "Incoming" msgstr "Incoming" diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index 5b1a33374..340a4455f 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -3601,14 +3601,14 @@ msgstr "" msgid "Inbox API" msgstr "" -#: src/strings.ts:2661 -msgid "Inbox Keys" -msgstr "" - #: src/strings.ts:2716 msgid "Inbox keys saved" msgstr "" +#: src/strings.ts:2661 +msgid "Inbox PGP Keys" +msgstr "" + #: src/strings.ts:174 msgid "Incoming" msgstr "" diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index d8dc8e2eb..3c1cc9374 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -2658,7 +2658,7 @@ Use this if changes from other devices are not appearing on this device. This wi t`Share things to Notesnook from anywhere using the Inbox API`, enableInboxAPI: () => t`Enable Inbox API`, enableInboxAPIDesc: () => t`Enable/Disable Inbox API`, - manageInboxKeys: () => t`Inbox Keys`, + manageInboxKeys: () => t`Inbox PGP Keys`, manageInboxKeysDesc: () => t`View and edit your inbox public/private key pair`, disableInboxAPI: () => t`Disable Inbox API`,