diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-01-18 15:45:07 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-01-18 15:45:07 +0100 |
commit | 6d13916a5f4064f1d686c246d125370abe4fb215 (patch) | |
tree | ec90d7ffc89226ea2ff0ac78a4278c30b852d24d /apps | |
parent | 9e08e4999821a0cf7c6b08fd9ab05f8d057c8362 (diff) | |
download | nextcloud-server-6d13916a5f4064f1d686c246d125370abe4fb215.tar.gz nextcloud-server-6d13916a5f4064f1d686c246d125370abe4fb215.zip |
Correct title for button on federation actions button
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
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> |