diff options
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue index 22ce295db1d..591aab76710 100644 --- a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue +++ b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue @@ -27,9 +27,8 @@ :close-after-click="true" :disabled="!isSupportedScope" :icon="iconClass" - :title="displayName" + :title="isSupportedScope ? tooltip : tooltipDisabled" @click.stop.prevent="updateScope"> - {{ isSupportedScope ? tooltip : tooltipDisabled }} </NcActionButton> </template> |