Merge pull request #6269 from nextcloud/6251-12
[stable12] Don't fetch the translation from core but from files
This commit is contained in:
commit
0ec858f7e9
|
@ -2715,7 +2715,7 @@
|
||||||
* Shows a "permission denied" notification
|
* Shows a "permission denied" notification
|
||||||
*/
|
*/
|
||||||
_showPermissionDeniedNotification: function() {
|
_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'});
|
OC.Notification.show(message, {type: 'error'});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue