diff options
Diffstat (limited to 'src/client')
| -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%' }] }); }, |