Fix UI issues in kanban

This commit is contained in:
yflory
2018-05-30 15:00:26 +02:00
parent a0dd0ccfa3
commit fe202a92b4
4 changed files with 17 additions and 17 deletions

View File

@@ -254,7 +254,7 @@ define(function () {
out.kanban_item = "Item {0}"; // Item number for initial content
out.kanban_todo = "To Do";
out.kanban_done = "Done";
out.kanban_working = "Working";
out.kanban_working = "In progress";
out.kanban_deleteBoard = "Are you sure you want to delete this board?";
out.kanban_addBoard = "Add a board";
out.kanban_removeItem = "Remove this item";