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 @@
{{ $t('description') }}
+ {{ $t('you-can-include-hashtags') }}