aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-21 09:18:49 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-08-21 09:18:49 +0200
commitc134afee404c3faf3acfbff6ab4056cf328728cf (patch)
treeea84f635b96d841946eca99618dc18c84acf68e2 /settings/js
parent9e1884b27cb873ee57247560d72d4d3c7e0aa801 (diff)
downloadnextcloud-server-c134afee404c3faf3acfbff6ab4056cf328728cf.tar.gz
nextcloud-server-c134afee404c3faf3acfbff6ab4056cf328728cf.zip
Use correct l10n for app password menu
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/authtoken_view.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index a26981e632e..a20434be872 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -36,10 +36,10 @@
+ '<div class="popovermenu bubble open menu configure">'
+ '{{#if canScope}}'
+ '<input class="filesystem checkbox" type="checkbox" id="{{id}}_filesystem" {{#if scope.filesystem}}checked{{/if}}/>'
- + '<label for="{{id}}_filesystem">' + t('core', 'Allow filesystem access') + '</label><br/>'
+ + '<label for="{{id}}_filesystem">' + t('settings', 'Allow filesystem access') + '</label><br/>'
+ '{{/if}}'
+ '{{#if canDelete}}'
- + '<a class="icon icon-delete has-tooltip" title="' + t('core', 'Disconnect') + '">' + t('core', 'Revoke') +'</a>'
+ + '<a class="icon icon-delete has-tooltip" title="' + t('settings', 'Disconnect') + '">' + t('settings', 'Revoke') +'</a>'
+ '{{/if}}'
+ '</div>'
+ '</td>'