Add confirm dialog when deleting a task in kanban + add colors
This commit is contained in:
@@ -256,6 +256,7 @@ define(function () {
|
||||
out.kanban_deleteBoard = "Êtes-vous sûr de vouloir supprimer ce tableau ?";
|
||||
out.kanban_addBoard = "Ajouter un tableau";
|
||||
out.kanban_removeItem = "Supprimer cet élément";
|
||||
out.kanban_removeItemConfirm = "Êtes-vous sûr de vouloir supprimer cet élément ?";
|
||||
|
||||
// Polls
|
||||
|
||||
|
||||
@@ -258,6 +258,7 @@ define(function () {
|
||||
out.kanban_deleteBoard = "Are you sure you want to delete this board?";
|
||||
out.kanban_addBoard = "Add a board";
|
||||
out.kanban_removeItem = "Remove this item";
|
||||
out.kanban_removeItemConfirm = "Are you sure you want to delete this item?";
|
||||
|
||||
// Polls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user