Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2017-08-27 18:01:54 +02:00
parent 33f0601862
commit 07c1137abf
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ var OCdialogs = {
* @param dir on which to change buttons text
* @private
*/
_changeButtonsText(type, dir) {
_changeButtonsText: function(type, dir) {
var copyText = dir === '' ? t('core', 'Copy') : t('core', 'Copy to {folder}', {folder: dir});
var moveText = dir === '' ? t('core', 'Move') : t('core', 'Move to {folder}', {folder: dir});
var buttons = $('.oc-dialog-buttonrow button');