mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Fix alert text
This commit is contained in:
parent
44ec8060a8
commit
f2a775acb8
1 changed files with 1 additions and 1 deletions
|
|
@ -1320,7 +1320,7 @@
|
|||
success: function(result) {
|
||||
var fileInfo;
|
||||
if (!result || result.status === 'error') {
|
||||
OC.dialogs.alert(result.data.message, t('core', 'Could not rename file'));
|
||||
OC.dialogs.alert(result.data.message, t('files', 'Could not rename file'));
|
||||
fileInfo = oldFileInfo;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue