Remove quotes from input

Signed-off-by: Marco <marcoambrosini@icloud.com>
pull/41481/head
Marco 2023-11-15 14:57:44 +07:00 committed by Andy Scherzinger
parent eefbf6d2de
commit 0da90ecba5
1 changed files with 1 additions and 1 deletions

@ -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>