From d939ac788fd988090b07a058b324aecac459666f Mon Sep 17 00:00:00 2001 From: vrifox Date: Tue, 18 Jul 2023 16:39:58 +0200 Subject: [PATCH] add translatable strings for default instances --- src/components/Prefs.vue | 10 +++++----- src/locales/de.json | 3 ++- src/locales/en.json | 3 ++- 3 files changed, 9 insertions(+), 7 deletions(-) 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')) }}