Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
  • Loading branch information
tcitworld committed Aug 27, 2017
1 parent 8cd52b1 commit 87da249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/oc-dialogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 87da249

Please sign in to comment.