Merge pull request #37941 from nextcloud/backport/37935/stable26

[stable26] fix(settings): Fix title of profile scope options
This commit is contained in:
Joas Schilling 2023-04-27 17:52:20 +02:00 committed by GitHub
commit dba57673bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long