diff options
Diffstat (limited to 'settings/js/authtoken.handlebars')
-rw-r--r-- | settings/js/authtoken.handlebars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/authtoken.handlebars b/settings/js/authtoken.handlebars index ab3405c8899..7c222d863fe 100644 --- a/settings/js/authtoken.handlebars +++ b/settings/js/authtoken.handlebars @@ -13,12 +13,12 @@ {{#if canScope}} <li><span class="menuitem"> <input class="filesystem checkbox" type="checkbox" id="{{id}}_filesystem" {{#if scope.filesystem}}checked{{/if}}/> - <label for="{{id}}_filesystem">' + t('settings', 'Allow filesystem access') </label><br/> + <label for="{{id}}_filesystem">{{allowFSAccess}}</label><br/> </span></li> {{/if}} {{#if canDelete}} <li> - <a class="icon icon-delete has-tooltip" title="' + t('settings', 'Disconnect') ">' + t('settings', 'Revoke') +'</a> + <a class="icon icon-delete has-tooltip" title="{{disconnectText}}">{{revokeText}}</a> </li> {{/if}} </div> |