Merge branch 'mobile-fix-crash-on-move-notebook' into beta

This commit is contained in:
Ammar Ahmed
2025-07-15 10:57:51 +05:00
5 changed files with 18 additions and 11 deletions

View File

@@ -2488,5 +2488,6 @@ 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.`,
words: () => t`Words`,
characters: () => t`Characters`,
paragraphs: () => t`Paragraphs`
paragraphs: () => t`Paragraphs`,
noNotebooksSelectedToMove: () => t`No notebooks selected to move`
};