diff --git a/src/components/Prefs.vue b/src/components/Prefs.vue index 264e6e2..a774f7f 100644 --- a/src/components/Prefs.vue +++ b/src/components/Prefs.vue @@ -191,7 +191,7 @@ onMounted(() => { v-for="i in hypInstances" :key="i.name" :value="i.api_url.replace('https://', '').replace('http://', '')"> - {{ i.name }} + {{ i.name.replace('Official', t('instances.default')) }}