mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #6251 from nextcloud/get_right_translation
Don't fetch the translation from core but from files
This commit is contained in:
commit
f99527ab8b
1 changed files with 1 additions and 1 deletions
|
|
@ -2720,7 +2720,7 @@
|
|||
* Shows a "permission denied" notification
|
||||
*/
|
||||
_showPermissionDeniedNotification: function() {
|
||||
var message = t('core', 'You don’t have permission to upload or create files here');
|
||||
var message = t('files', 'You don’t have permission to upload or create files here');
|
||||
OC.Notification.show(message, {type: 'error'});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue