From 0f34ed3ccd0325461229eb3574fdddfb7aea41b4 Mon Sep 17 00:00:00 2001 From: gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> Date: Tue, 31 Jul 2018 13:32:18 -0400 Subject: Added got it to the local files Home.vue got it was still untranslated. It now has a localization file --- src/client/app/desktop/views/components/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/app/desktop/views/components/home.vue b/src/client/app/desktop/views/components/home.vue index 5390e89ac5..28860d09bc 100644 --- a/src/client/app/desktop/views/components/home.vue +++ b/src/client/app/desktop/views/components/home.vue @@ -193,7 +193,7 @@ export default Vue.extend({ '
%i18n:common.customizationtips.paragraph3%
' + '%i18n:common.customizationtips.paragraph4%
', actions: [{ - text: 'Got it!' + text: '%i18n:common.customizationtips.gotit%' }] }); }, -- cgit v1.2.3-freya