From 6d3408ae73f8564b4b8b50719f14707a4cd12f15 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
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 ed8331c523..df2efe0e35 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 c883a8b91a..feffd25437 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 @@
 
 			<ui-textarea v-model="description" :max="500">
 				<span>{{ $t('description') }}</span>
+				<span slot="desc">{{ $t('you-can-include-hashtags') }}</span>
 			</ui-textarea>
 
 			<ui-select v-model="lang">