Added got it to the local files

Home.vue got it was still untranslated. It now has a localization file
This commit is contained in:
gutfuckllc
2018-07-31 13:32:18 -04:00
parent cbb73e4e15
commit 0f34ed3ccd
3 changed files with 3 additions and 1 deletions

View File

@ -193,7 +193,7 @@ export default Vue.extend({
'<p>%i18n:common.customizationtips.paragraph3%</p>' +
'<p>%i18n:common.customizationtips.paragraph4%</p>',
actions: [{
text: 'Got it!'
text: '%i18n:common.customizationtips.gotit%'
}]
});
},