diff --git a/src/components/Prefs.vue b/src/components/Prefs.vue index fd04742..c3e43bf 100644 --- a/src/components/Prefs.vue +++ b/src/components/Prefs.vue @@ -247,7 +247,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')) }}