From 2855ec03729cccc4dce76ec1ec9457e840ecf3fa Mon Sep 17 00:00:00 2001 From: gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> Date: Tue, 31 Jul 2018 13:54:12 -0400 Subject: Reformat, more translation Translated the totality of desktop/post-form.vue, reformated customization-tips. --- src/client/app/desktop/views/components/home.vue | 12 ++++++------ src/client/app/desktop/views/components/post-form.vue | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/client/app/desktop/views/components/home.vue b/src/client/app/desktop/views/components/home.vue index 28860d09bc..e4902fcc38 100644 --- a/src/client/app/desktop/views/components/home.vue +++ b/src/client/app/desktop/views/components/home.vue @@ -187,13 +187,13 @@ export default Vue.extend({ methods: { hint() { (this as any).apis.dialog({ - title: '%fa:info-circle%%i18n:common.customizationtips.title%', - text: '
%i18n:common.customizationtips.paragraph1%
' + - '%i18n:common.customizationtips.paragraph2%
' + - '%i18n:common.customizationtips.paragraph3%
' + - '%i18n:common.customizationtips.paragraph4%
', + title: '%fa:info-circle%%i18n:common.customization-tips.title%', + text: '%i18n:common.customization-tips.paragraph1%
' + + '%i18n:common.customization-tips.paragraph2%
' + + '%i18n:common.customization-tips.paragraph3%
' + + '%i18n:common.customization-tips.paragraph4%
', actions: [{ - text: '%i18n:common.customizationtips.gotit%' + text: '%i18n:common.customization-tips.gotit%' }] }); }, diff --git a/src/client/app/desktop/views/components/post-form.vue b/src/client/app/desktop/views/components/post-form.vue index 06caf5f7aa..25942acee5 100644 --- a/src/client/app/desktop/views/components/post-form.vue +++ b/src/client/app/desktop/views/components/post-form.vue @@ -8,7 +8,7 @@