diff --git a/front/src/components/SetInstanceModal.vue b/front/src/components/SetInstanceModal.vue index 400e3f7c7..23926979b 100644 --- a/front/src/components/SetInstanceModal.vue +++ b/front/src/components/SetInstanceModal.vue @@ -32,7 +32,6 @@ const suggestedInstances = computed(() => { watch(() => store.state.instance.instanceUrl, () => store.dispatch('instance/fetchSettings')) - // TODO: replace translation mechanism { $pgettext } with { t } // const { $pgettext } = useGettext() @@ -127,7 +126,7 @@ const checkAndSwitch = async (url: string) => { - +
{ type="submit" :class="['ui', 'icon', {loading: isLoading}, 'button']" > - - Submit + + Submit @@ -172,8 +171,7 @@ const checkAndSwitch = async (url: string) => {