summaryrefslogtreecommitdiffstats
path: root/settings/js/authtoken_view.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 12:59:03 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 12:59:03 +0100
commit19beccc735ea77fefd3ae897d7276cedd53c2671 (patch)
tree6560ca49b7d2c7a775f5e050f4ffbf68ad3b82d5 /settings/js/authtoken_view.js
parent0f89354035e7feba3014b077f395cbc965a39d96 (diff)
downloadnextcloud-server-19beccc735ea77fefd3ae897d7276cedd53c2671.tar.gz
nextcloud-server-19beccc735ea77fefd3ae897d7276cedd53c2671.zip
Add device settings tooltip for accessibility
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/js/authtoken_view.js')
-rw-r--r--settings/js/authtoken_view.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index 76c6c8c0f66..0aa67bad900 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -33,6 +33,7 @@
template: function (data) {
data.disconnectText = t('settings', 'Disconnect');
data.revokeText = t('settings', 'Revoke');
+ data.settingsTitle = t('settings', 'Device settings');
data.allowFSAccess = t('settings', 'Allow filesystem access');
return OC.Settings.Templates['authtoken'](data);
},