Remove quotes from input

Signed-off-by: Marco <marcoambrosini@icloud.com>
pull/41481/head
Marco 2 years ago committed by Andy Scherzinger
parent eefbf6d2de
commit 0da90ecba5
  1. 2
      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>

Loading…
Cancel
Save