Update translation alias to use existing emptyRecycleBin naming instead of Trashcan
Removed unused translation alias also
This commit is contained in:
committed by
Sebastiaan Janssen
parent
6365f910bc
commit
9f9b9d8ccc
@@ -18,7 +18,7 @@ angular.module('umbraco.mocks').
|
||||
"actions_createPackage": "Create Package",
|
||||
"actions_delete": "Delete",
|
||||
"actions_disable": "Disable",
|
||||
"actions_emptyTrashcan": "Empty recycle bin",
|
||||
"actions_emptyRecycleBin": "Empty recycle bin",
|
||||
"actions_exportDocumentType": "Export Document Type",
|
||||
"actions_importDocumentType": "Import Document Type",
|
||||
"actions_importPackage": "Import Package",
|
||||
@@ -170,7 +170,6 @@ angular.module('umbraco.mocks').
|
||||
"defaultdialogs_closeThisWindow": "Close this window",
|
||||
"defaultdialogs_confirmdelete": "Are you sure you want to delete",
|
||||
"defaultdialogs_confirmdisable": "Are you sure you want to disable",
|
||||
"defaultdialogs_confirmEmptyTrashcan": "Please check this box to confirm deletion of %0% item(s)",
|
||||
"defaultdialogs_confirmlogout": "Are you sure?",
|
||||
"defaultdialogs_confirmSure": "Are you sure?",
|
||||
"defaultdialogs_cut": "Cut",
|
||||
|
||||
Reference in New Issue
Block a user