Skip to content

Commit 4c34be3

Browse files
Merge pull request #37935 from nextcloud/bugfix/noid/fix-title-of-federation-options
Fix title of federation scope options
2 parents 32219ec + 56c86c0 commit 4c34be3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
:close-after-click="true"
2828
:disabled="!isSupportedScope"
2929
:icon="iconClass"
30-
:title="isSupportedScope ? tooltip : tooltipDisabled"
30+
:title="displayName"
3131
@click.stop.prevent="updateScope">
3232
{{ isSupportedScope ? tooltip : tooltipDisabled }}
3333
</NcActionButton>

dist/settings-vue-settings-personal-info.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-personal-info.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)