Change text of ghost "New Pad" button in the drive

pull/1/head
David Benqué 2021-03-11 17:44:44 +00:00
parent 6f82f68333
commit 35591d363d
1 changed files with 1 additions and 1 deletions

View File

@ -3067,7 +3067,7 @@ define([
'class': 'cp-app-drive-element-row cp-app-drive-new-ghost'
}).prepend($addIcon.clone()).appendTo($list);
$element.append($('<span>', {'class': 'cp-app-drive-element-name'})
.text(Messages.fm_newFile));
.text(Messages.fm_newButton));
$element.click(function () {
var modal = UI.createModal({
id: 'cp-app-drive-new-ghost-dialog',