diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index 72f9bf153..4e7ec5bdd 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -7494,8 +7494,8 @@ msgid "Using {instance} (v{version})" msgstr "Using {instance} (v{version})" #: src/strings.ts:2812 -msgid "Using Notesnook without an account will **NOT** sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly." -msgstr "Using Notesnook without an account will **NOT** sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly." +msgid "Using Notesnook without an account will NOT sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly." +msgstr "Using Notesnook without an account will NOT sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly." #: src/strings.ts:2265 msgid "Using official Notesnook instance" diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index c8aabd30f..d009e3039 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -7444,7 +7444,7 @@ msgid "Using {instance} (v{version})" msgstr "" #: src/strings.ts:2812 -msgid "Using Notesnook without an account will **NOT** sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly." +msgid "Using Notesnook without an account will NOT sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly." msgstr "" #: src/strings.ts:2265 diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index d3d70f2c8..dd4317a12 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -2809,6 +2809,6 @@ Continue without attachments?`, versionDeleted: () => actions.deleted.version(1), offlineMode: () => t`Offline mode`, offlineModeDesc: () => - t`Using Notesnook without an account will **NOT** sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly.`, + t`Using Notesnook without an account will NOT sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly.`, alignment: () => t`Alignment` };