parent
33f0601862
commit
07c1137abf
|
@ -970,7 +970,7 @@ var OCdialogs = {
|
||||||
* @param dir on which to change buttons text
|
* @param dir on which to change buttons text
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
_changeButtonsText(type, dir) {
|
_changeButtonsText: function(type, dir) {
|
||||||
var copyText = dir === '' ? t('core', 'Copy') : t('core', 'Copy to {folder}', {folder: 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 moveText = dir === '' ? t('core', 'Move') : t('core', 'Move to {folder}', {folder: dir});
|
||||||
var buttons = $('.oc-dialog-buttonrow button');
|
var buttons = $('.oc-dialog-buttonrow button');
|
||||||
|
|
Loading…
Reference in New Issue