Kanban fixes

This commit is contained in:
Hillel Coren 2018-02-01 21:45:57 +02:00
parent a7e82eb16e
commit ba7e42bad1
2 changed files with 2 additions and 1 deletions

View File

@ -2721,6 +2721,7 @@ $LANG = array(
'archived_proposal_categories' => 'Successfully archived :count categories', 'archived_proposal_categories' => 'Successfully archived :count categories',
'deleted_proposal_categories' => 'Successfully archived :count categories', 'deleted_proposal_categories' => 'Successfully archived :count categories',
'restored_proposal_category' => 'Successfully restored category', 'restored_proposal_category' => 'Successfully restored category',
'delete_status' => 'Delete Status',
); );

View File

@ -382,7 +382,7 @@
location.reload(); location.reload();
} }
}) })
}, "{{ trans('texts.archive_status')}}"); }, "{{ trans('texts.delete_status')}}");
} }
self.cancelNewTask = function() { self.cancelNewTask = function() {