diff options
| author | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-07-31 13:32:18 -0400 |
|---|---|---|
| committer | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-07-31 13:32:18 -0400 |
| commit | 0f34ed3ccd0325461229eb3574fdddfb7aea41b4 (patch) | |
| tree | 18356610e09db4193b3be1d1041d8cce43d19ab7 /src | |
| parent | Localized customization tips on home.vue (diff) | |
| download | misskey-0f34ed3ccd0325461229eb3574fdddfb7aea41b4.tar.gz misskey-0f34ed3ccd0325461229eb3574fdddfb7aea41b4.tar.bz2 misskey-0f34ed3ccd0325461229eb3574fdddfb7aea41b4.zip | |
Added got it to the local files
Home.vue got it was still untranslated. It now has a localization file
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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({ '<p>%i18n:common.customizationtips.paragraph3%</p>' + '<p>%i18n:common.customizationtips.paragraph4%</p>', actions: [{ - text: 'Got it!' + text: '%i18n:common.customizationtips.gotit%' }] }); }, |