diff --git a/locales/en.yml b/locales/en.yml index 37492ed20..c60bf5243 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -13,6 +13,7 @@ common: paragraph2: "You can change the display by right clicking on some widgets." paragraph3: "To delete a widget, drag and drop the widget onto the area labeled "Trash" in the header." paragraph4: "To finish the customization, click "Finish" in the upper right." + gotit: "Got it!" time: unknown: "unknown" diff --git a/locales/ja.yml b/locales/ja.yml index 27cf6b984..46cf8caa3 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -13,6 +13,7 @@ common: paragraph2: "一部のウィジェットは、クリックすることで表示を変更することができます。" paragraph3: "ウィジェットを削除するには、ヘッダーの「ゴミ箱」と書かれたエリアにウィジェットをドラッグ&ドロップします。" paragraph4: "カスタマイズを終了するには、右上の「完了」をクリックします。" + gotit: "Got it!" time: unknown: "なぞのじかん" diff --git a/src/client/app/desktop/views/components/home.vue b/src/client/app/desktop/views/components/home.vue index 5390e89ac..28860d09b 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%' }] }); },