Merge branch 'mobile-fix-string-email' into beta

This commit is contained in:
Ammar Ahmed
2025-09-16 10:04:05 +05:00
4 changed files with 12 additions and 2 deletions

View File

@@ -2490,5 +2490,7 @@ Use this if changes from other devices are not appearing on this device. This wi
paragraphs: () => t`Paragraphs`,
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.`
};