mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
web: add support for archiving notes (#7810)
* web: archive notes Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * global: arhives -> archived Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -2464,5 +2464,7 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
setAsHomepage: () => t`Set as homepage`,
|
||||
defaultSidebarTab: () => t`Default sidebar tab`,
|
||||
defaultSidebarTabDesc: () => t`Select the default sidebar tab`,
|
||||
unsetAsHomepage: () => t`Reset homepage`
|
||||
unsetAsHomepage: () => t`Reset homepage`,
|
||||
archive: () => t`Archive`,
|
||||
yourArchiveIsEmpty: () => t`Your archive is empty`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user