Kanban fixes
This commit is contained in:
parent
a7e82eb16e
commit
ba7e42bad1
2 changed files with 2 additions and 1 deletions
|
|
@ -2721,6 +2721,7 @@ $LANG = array(
|
|||
'archived_proposal_categories' => 'Successfully archived :count categories',
|
||||
'deleted_proposal_categories' => 'Successfully archived :count categories',
|
||||
'restored_proposal_category' => 'Successfully restored category',
|
||||
'delete_status' => 'Delete Status',
|
||||
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@
|
|||
location.reload();
|
||||
}
|
||||
})
|
||||
}, "{{ trans('texts.archive_status')}}");
|
||||
}, "{{ trans('texts.delete_status')}}");
|
||||
}
|
||||
|
||||
self.cancelNewTask = function() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue