From 4b0ad422f1beaa1aeafc45faa1d09727bc6ce470 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 29 Jan 2018 21:11:30 +0000 Subject: [PATCH] Use translatable strings in footer (#9866) --- website/client/components/appFooter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/client/components/appFooter.vue b/website/client/components/appFooter.vue index 44c6dd3210..f145744b05 100644 --- a/website/client/components/appFooter.vue +++ b/website/client/components/appFooter.vue @@ -10,7 +10,7 @@ h3 a(href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica', target='_blank') {{ $t('mobileAndroid') }} .col-12.col-md-2 - h3 Company + h3 {{ $t('footerCompany') }} ul li router-link(to='/static/features') {{ $t('companyAbout') }} @@ -29,7 +29,7 @@ li router-link(to='/static/contact') {{ $t('contactUs') }} .col-12.col-md-2 - h3 Community + h3 {{ $t('footerCommunity') }} ul li a(target="_blanck", href="/static/community-guidelines") {{ $t('communityGuidelines') }} @@ -50,7 +50,7 @@ .col-12.col-md-6 .row .col-6 - h3 Developers + h3 {{ $t('footerDevs') }} ul li a(href='/apidoc', target='_blank') {{ $t('APIv3') }}