diff options
Diffstat (limited to 'apps/comments/src/components/Comment.vue')
-rw-r--r-- | apps/comments/src/components/Comment.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index af123c36d20..de873fb1024 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -92,7 +92,7 @@ </div> </div> <div id="tab-comments__editor-description" class="comment__editor-description"> - {{ t('comments', '"@" for mentions, ":" for emoji, "/" for smart picker') }} + {{ t('comments', '@ for mentions, : for emoji, / for smart picker') }} </div> </form> |