]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove quotes from input
authorMarco <marcoambrosini@icloud.com>
Wed, 15 Nov 2023 05:57:44 +0000 (14:57 +0900)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 22 Nov 2023 13:35:10 +0000 (14:35 +0100)
Signed-off-by: Marco <marcoambrosini@icloud.com>
apps/comments/src/components/Comment.vue

index af123c36d202bf6ea8aa4302bbd642235497c5ee..de873fb102478842f13cd96835fb4d541514e887 100644 (file)
@@ -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>