diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue index 591aab76710..850a9fa42f2 100644 --- a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue +++ b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue @@ -29,6 +29,7 @@ :icon="iconClass" :title="isSupportedScope ? tooltip : tooltipDisabled" @click.stop.prevent="updateScope"> + {{ isSupportedScope ? tooltip : tooltipDisabled }} </NcActionButton> </template> |