Add translation for the back to search link on the not found view

This commit is contained in:
2026-05-19 21:47:49 +02:00
parent ffaa6200c3
commit c8f8022f44
2 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ const { t } = useI18n();
<span class="error-message">
{{ t('error.pageNotFound') }}
</span>
<RouterLink to="/" id="link">Back to Search</RouterLink>
<RouterLink to="/" id="link">
{{ t('links.back.search') }}
</RouterLink>
</div>
</template>