🐛 Fixes reference to i18n

This commit is contained in:
Moritz Kröger 2019-04-08 10:30:15 +02:00
parent e24134dfc0
commit 27531c69f9

View file

@ -25,10 +25,10 @@
<p>{{ $t('meta.cookieConsent.text') }}</p>
<div class="consent-actions">
<button @click="updateConsent(false)">
{{ $t('meta.cookieConsent.decline') }}
{{ $t('meta.cookieConsent.btnDecline') }}
</button>
<button @click="updateConsent(true)">
{{ $t('meta.cookieConsent.accept') }}
{{ $t('meta.cookieConsent.btnAccept') }}
</button>
</div>
</div>