From a9fdc52f69bddb534a97f8800adcadccc13c409b Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 23 Oct 2023 15:53:30 -0700 Subject: [PATCH] fix(settings): Name for scope button Signed-off-by: Christopher Ng --- .../components/PersonalInfo/shared/FederationControlAction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue index 0bd5c3ed1da..a930822f9e7 100644 --- a/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue +++ b/apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue @@ -26,7 +26,7 @@ :close-after-click="true" :disabled="!isSupportedScope" :icon="iconClass" - :title="displayName" + :name="displayName" @click.stop.prevent="updateScope"> {{ isSupportedScope ? tooltip : tooltipDisabled }}