mobile: fix inbox pgp keys title text mismatch

This commit is contained in:
Ammar Ahmed
2026-06-02 12:00:23 +05:00
committed by Abdullah Atta
parent db53a1e311
commit e82b141aaf
3 changed files with 9 additions and 9 deletions

View File

@@ -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"

View File

@@ -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 ""

View File

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