feat: add tag context menu (#890)

This commit is contained in:
Aman Harwara
2022-02-22 13:05:01 +05:30
committed by GitHub
parent a5da191034
commit 22718d8a9f
10 changed files with 411 additions and 62 deletions

View File

@@ -20,7 +20,7 @@ export const STRING_NEW_UPDATE_READY =
/** @tags */
export const STRING_DELETE_TAG =
'Are you sure you want to delete this tag? Note: deleting a tag will not delete its notes.';
'Are you sure you want to delete this tag? Deleting a tag will not delete its subtags or its notes.';
export const STRING_MISSING_SYSTEM_TAG = 'We are missing a System Tag.';