mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
mobile: fix crash on moving notebook when no notebooks selected
This commit is contained in:
@@ -2485,5 +2485,6 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
yourArchiveIsEmpty: () => t`Your archive is empty`,
|
||||
unarchive: () => t`Unarchive`,
|
||||
moveNotebookDesc: () =>
|
||||
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`
|
||||
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`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user