mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
fix(settings): Fix title of profile scope options
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0dc0a2c812
commit
bc57449be4
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