fix(settings): Fix title of profile scope options

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-04-26 12:23:51 +02:00
parent ea67129b64
commit 58a4861390
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -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>