feat(tags): confirm deletion before removing tags

This commit is contained in:
2026-04-25 19:06:37 +03:30
parent 7f0e00f09d
commit 204b093937
3 changed files with 42 additions and 1 deletions

View File

@@ -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",