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`,