diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-31 20:55:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-31 20:55:40 +0900 |
| commit | 6d3408ae73f8564b4b8b50719f14707a4cd12f15 (patch) | |
| tree | 5c6119fa42bd671d592692da07594ebddc33eb90 | |
| parent | send/receive user hashtags via AP (#4064) (diff) | |
| download | sharkey-6d3408ae73f8564b4b8b50719f14707a4cd12f15.tar.gz sharkey-6d3408ae73f8564b4b8b50719f14707a4cd12f15.tar.bz2 sharkey-6d3408ae73f8564b4b8b50719f14707a4cd12f15.zip | |
[Client] Add information
| -rw-r--r-- | locales/ja-JP.yml | 1 | ||||
| -rw-r--r-- | src/client/app/common/views/components/profile-editor.vue | 1 |
2 files changed, 2 insertions, 0 deletions
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"> |