diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index f50c9fe661c..54471406005 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -34,7 +34,7 @@ function toggleDark() {
- + About · diff --git a/components/settings/SettingsAbout.vue b/components/settings/SettingsAbout.vue index 6234f06d1a2..739f0a4606b 100644 --- a/components/settings/SettingsAbout.vue +++ b/components/settings/SettingsAbout.vue @@ -6,7 +6,7 @@ const { t } = useI18n() const subtitle = t('about.subtitle') const administered_by = t('about.administered_by') -const contact = t('about.contact', [instance.contact.email]) +const contact = t('about.contact', [`${instance.contact.email}`]) const server_rules = t('about.server_rules') const footer_about = t('about.footer_about') const footer_profiles_directory = t('about.footer_privacy_notice') @@ -34,9 +34,7 @@ const footer_view_code = t('about.footer_view_code', [instance.version]) -
- {{ contact }} -
+