fix invalid i18n label in AssetTrash
This commit is contained in:
parent
3703fb86d6
commit
c7570ac645
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ sub trash {
|
|||
$index->delete;
|
||||
$outputSub->($i18n->get('Deleting exported files'));
|
||||
$asset->_invokeWorkflowOnExportedFiles($session->setting->get('trashWorkflow'), 1);
|
||||
$outputSub->($i18n->get('Purging the cache'));
|
||||
$outputSub->($i18n->get('Clearing cache'));
|
||||
$asset->purgeCache;
|
||||
$asset->updateHistory("trashed");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue