From 6d3408ae73f8564b4b8b50719f14707a4cd12f15 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 31 Jan 2019 20:55:40 +0900 Subject: [PATCH] [Client] Add information --- locales/ja-JP.yml | 1 + src/client/app/common/views/components/profile-editor.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index ed8331c52..df2efe0e3 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -530,6 +530,7 @@ common/views/components/profile-editor.vue: account: "アカウント" location: "場所" description: "自己紹介" + you-can-include-hashtags: "ハッシュタグを含めることができます。" language: "言語" birthday: "誕生日" avatar: "アイコン" diff --git a/src/client/app/common/views/components/profile-editor.vue b/src/client/app/common/views/components/profile-editor.vue index c883a8b91..feffd2543 100644 --- a/src/client/app/common/views/components/profile-editor.vue +++ b/src/client/app/common/views/components/profile-editor.vue @@ -30,6 +30,7 @@ {{ $t('description') }} + {{ $t('you-can-include-hashtags') }}