Replace hard-coded settings link text in the footer with a translation

This commit is contained in:
2026-05-23 02:29:06 +02:00
parent ad8bbfa666
commit be96541b3e
+7 -1
View File
@@ -15,6 +15,10 @@ limitations under the License.
-->
<script setup>
import { useI18n } from 'vue-i18n';
const { t } = useI18n();
const startYear = 2026
const currentYear = new Date().getFullYear()
@@ -29,7 +33,9 @@ const copyrightPeriod =
<template>
<footer class="global-footer">
<div class="footer-segment">
<RouterLink to="settings">Settings</RouterLink>
<RouterLink to="settings">
{{ t('preferences.settings') }}
</RouterLink>
</div>
<div class="footer-segment">
<div class="copyright-note">