diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/profile-editor.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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"> |