We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72422b6 commit 3e7e3a2Copy full SHA for 3e7e3a2
1 file changed
app/components/AppFooter.vue
@@ -23,7 +23,7 @@ const showModal = () => modalRef.value?.showModal?.()
23
<LinkBase :to="{ name: 'privacy' }">
24
{{ $t('privacy_policy.title') }}
25
</LinkBase>
26
- <LinkBase :to="{ name: 'accessibility' }" :title="$t('a11y.title')">
+ <LinkBase :to="{ name: 'accessibility' }">
27
{{ $t('a11y.footer_title') }}
28
29
<button
0 commit comments