From 5f62b9d1d7243c61a6eb24a05aef972b397abd79 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Fri, 3 Nov 2023 19:04:01 +0100 Subject: [PATCH] Comment applied --- components/nav/NavFooter.vue | 2 +- components/settings/SettingsAbout.vue | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) 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 }} -
+