From 35591d363dc9829a8418ba96bc4082df6e9b4728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 11 Mar 2021 17:44:44 +0000 Subject: [PATCH] Change text of ghost "New Pad" button in the drive --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 7f0041ac2..e6afbd56b 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -3067,7 +3067,7 @@ define([ 'class': 'cp-app-drive-element-row cp-app-drive-new-ghost' }).prepend($addIcon.clone()).appendTo($list); $element.append($('', {'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',