feat(tags): confirm deletion before removing tags
This commit is contained in:
@@ -324,6 +324,8 @@ export const en = {
|
||||
create: "Create Tag",
|
||||
createTitle: "Create Tag",
|
||||
editTitle: "Edit Tag",
|
||||
deleteTitle: "Delete Tag",
|
||||
deleteConfirmMessage: (name: string) => `Are you sure you want to delete ${name}?`,
|
||||
searchPlaceholder: "Search tags...",
|
||||
nameLabel: "Tag Name",
|
||||
namePlaceholder: "e.g. Design",
|
||||
|
||||
Reference in New Issue
Block a user