typo
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
33f0601862
commit
07c1137abf
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue