]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(settings): Fix title of profile scope options
authorJoas Schilling <coding@schilljs.com>
Wed, 26 Apr 2023 10:23:51 +0000 (12:23 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 26 Apr 2023 10:23:51 +0000 (12:23 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue

index ad58ff282eb871faec20f1c91b828e1f47e1195c..d5d57c47c016f5b16da5b216db874397d0c60729 100644 (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>