Merge pull request #6194 from nextcloud/proper-l10n-for-app-passwords
Use correct l10n for app password menu
This commit is contained in:
commit
2404c854c4
|
@ -36,10 +36,10 @@
|
||||||
+ '<div class="popovermenu bubble open menu configure">'
|
+ '<div class="popovermenu bubble open menu configure">'
|
||||||
+ '{{#if canScope}}'
|
+ '{{#if canScope}}'
|
||||||
+ '<input class="filesystem checkbox" type="checkbox" id="{{id}}_filesystem" {{#if scope.filesystem}}checked{{/if}}/>'
|
+ '<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}}'
|
||||||
+ '{{#if canDelete}}'
|
+ '{{#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}}'
|
+ '{{/if}}'
|
||||||
+ '</div>'
|
+ '</div>'
|
||||||
+ '</td>'
|
+ '</td>'
|
||||||
|
|
Loading…
Reference in New Issue