From 9faf136db18d617a03b90d96f0d03d7bd4a3be84 Mon Sep 17 00:00:00 2001 From: yheuhtozr <84892012+yheuhtozr@users.noreply.github.com> Date: Wed, 13 Oct 2021 19:26:07 +0900 Subject: [PATCH] views/onboardings i18n (#15018) * views/onboardings i18n * reformat for PR * remove ja.yml --- app/views/onboardings/_task_card.html.erb | 12 ++++++------ app/views/onboardings/show.html.erb | 2 +- config/locales/views/misc/en.yml | 12 ++++++++++++ config/locales/views/misc/fr.yml | 12 ++++++++++++ 4 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 config/locales/views/misc/en.yml create mode 100644 config/locales/views/misc/fr.yml diff --git a/app/views/onboardings/_task_card.html.erb b/app/views/onboardings/_task_card.html.erb index 89d8283c5..a24f0c7bf 100644 --- a/app/views/onboardings/_task_card.html.erb +++ b/app/views/onboardings/_task_card.html.erb @@ -17,7 +17,7 @@ -

You're now a part of the community!

-

SUGGESTED THINGS YOU CAN DO

+

<%= t("views.onboardings.heading") %>

+

<%= t("views.onboardings.subtitle") %>