mobile: fix email confirmed description

This commit is contained in:
Ammar Ahmed
2025-08-28 10:12:32 +05:00
parent 874352e753
commit aa7f14ae79
4 changed files with 12 additions and 2 deletions

View File

@@ -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.`
};