mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-05 11:10:16 -04:00
Kanban fixes
This commit is contained in:
parent
a7e82eb16e
commit
ba7e42bad1
@ -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',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -382,7 +382,7 @@
|
|||||||
location.reload();
|
location.reload();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, "{{ trans('texts.archive_status')}}");
|
}, "{{ trans('texts.delete_status')}}");
|
||||||
}
|
}
|
||||||
|
|
||||||
self.cancelNewTask = function() {
|
self.cancelNewTask = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user