mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 05:59:35 +01:00
mobile: editor ui overhaul
This commit is contained in:
@@ -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.`,
|
||||
noNotebooksSelectedToMove: () => t`No notebooks selected to move`,
|
||||
scrollToTop: () => t`Scroll to top`,
|
||||
scrollToBottom: () => t`Scroll to bottom`
|
||||
scrollToBottom: () => t`Scroll to bottom`,
|
||||
characters: (count: number) => t`${count} characters`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user