Skip to content

Commit

Permalink
Merge pull request #6280 from usu/fix/checklist-translations
Browse files Browse the repository at this point in the history
fix(frontend): add missing EN translation keys for checklist removal
  • Loading branch information
usu authored Nov 5, 2024
2 parents 4943e54 + e86e870 commit 576ffd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@
"delete": "Do you really want to remove this item?",
"title": "Edit checklist entry"
},
"checklistDetail": {
"deleteWarning": "Do you really want to remove this checklist? All content of the checklist will be deleted.",
"deleteError": "Checklist couldn't be deleted. Ensure checklist is not used within activities before trying to delete it."
},
"sortableChecklist": {
"add": "Add to \"{parent}\""
}
Expand Down

0 comments on commit 576ffd8

Please sign in to comment.