summaryrefslogtreecommitdiffstats
path: root/settings/js/authtoken_view.js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-04 20:07:12 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-05 12:32:48 +0200
commit8932a51b91f339937be860f773bb8c1fc4143907 (patch)
tree55c8cc5a90799f77595960f720bdf4340557b834 /settings/js/authtoken_view.js
parent02e326f8f9ede0368aa3724f3300dc36c6819c7d (diff)
downloadnextcloud-server-8932a51b91f339937be860f773bb8c1fc4143907.tar.gz
nextcloud-server-8932a51b91f339937be860f773bb8c1fc4143907.zip
Extract translated strings of compiled handlebars
Follow up to #11615 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings/js/authtoken_view.js')
-rw-r--r--settings/js/authtoken_view.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index 0ab5ebe2b63..76c6c8c0f66 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -31,6 +31,9 @@
_template: undefined,
template: function (data) {
+ data.disconnectText = t('settings', 'Disconnect');
+ data.revokeText = t('settings', 'Revoke');
+ data.allowFSAccess = t('settings', 'Allow filesystem access');
return OC.Settings.Templates['authtoken'](data);
},