mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
fix(settings): Fix title of profile scope options
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ea67129b64
commit
58a4861390
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
:close-after-click="true"
|
||||
:disabled="!isSupportedScope"
|
||||
:icon="iconClass"
|
||||
:title="isSupportedScope ? tooltip : tooltipDisabled"
|
||||
:title="displayName"
|
||||
@click.stop.prevent="updateScope">
|
||||
{{ isSupportedScope ? tooltip : tooltipDisabled }}
|
||||
</NcActionButton>
|
||||
|
|
|
|||
Loading…
Reference in a new issue