Skip to content

Commit

Permalink
Merge pull request #37942 from nextcloud/backport/37935/stable25
Browse files Browse the repository at this point in the history
[stable25] fix(settings): Fix title of profile scope options
  • Loading branch information
nickvergessen authored Apr 27, 2023
2 parents 3eb8f85 + 554e0c0 commit a08f38c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.

0 comments on commit a08f38c

Please sign in to comment.