mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
mobile: fix email confirmed description
This commit is contained in:
@@ -336,7 +336,7 @@ const emailconfirmed: { id: string; steps: TStep[] } = {
|
||||
steps: [
|
||||
{
|
||||
title: strings.emailConfirmed(),
|
||||
text: strings.emailNotConfirmedDesc(),
|
||||
text: strings.emailConfirmedDesc(),
|
||||
walkthroughItem: (colors) => (
|
||||
<SvgView src={WELCOME_SVG(colors.primary.paragraph)} />
|
||||
),
|
||||
|
||||
@@ -7115,6 +7115,10 @@ msgstr "Your data recovery key will be used to decrypt your data"
|
||||
msgid "Your email has been confirmed."
|
||||
msgstr "Your email has been confirmed."
|
||||
|
||||
#: src/strings.ts:2493
|
||||
msgid "Your email has been confirmed. You can now securely sync your encrypted notes across all devices."
|
||||
msgstr "Your email has been confirmed. You can now securely sync your encrypted notes across all devices."
|
||||
|
||||
#: src/strings.ts:765
|
||||
msgid "Your email is not confirmed. Please confirm your email address to change account password."
|
||||
msgstr "Your email is not confirmed. Please confirm your email address to change account password."
|
||||
|
||||
@@ -7061,6 +7061,10 @@ msgstr ""
|
||||
msgid "Your email has been confirmed."
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2493
|
||||
msgid "Your email has been confirmed. You can now securely sync your encrypted notes across all devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:765
|
||||
msgid "Your email is not confirmed. Please confirm your email address to change account password."
|
||||
msgstr ""
|
||||
|
||||
@@ -2488,5 +2488,7 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`,
|
||||
noNotebooksSelectedToMove: () => t`No notebooks selected to move`,
|
||||
scrollToTop: () => t`Scroll to top`,
|
||||
scrollToBottom: () => t`Scroll to bottom`
|
||||
scrollToBottom: () => t`Scroll to bottom`,
|
||||
emailConfirmedDesc: () =>
|
||||
t`Your email has been confirmed. You can now securely sync your encrypted notes across all devices.`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user