]> git.mxchange.org Git - friendica.git/commitdiff
Update Conversation.php
authoranubis2814 <57196483+anubis2814@users.noreply.github.com>
Thu, 15 Jun 2023 18:02:54 +0000 (14:02 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 18:02:54 +0000 (14:02 -0400)
made code neater.

src/Content/Conversation.php

index 151002e5cbc33e1609d95ef62a34d522f19151b4..be858e05dc4243587a360ed3e7d39f330bbcb7b4 100644 (file)
@@ -366,7 +366,7 @@ class Conversation
                        '$eduline'             => $this->l10n->t('Underline'),
                        '$edquote'             => $this->l10n->t('Quote'),
                        '$edemojis'            => $this->l10n->t('Add emojis'),
-                       '$contentwarn'             => $this->l10n->t('Content Warning'),
+                       '$contentwarn'         => $this->l10n->t('Content Warning'),
                        '$edcode'              => $this->l10n->t('Code'),
                        '$edimg'               => $this->l10n->t('Image'),
                        '$edurl'               => $this->l10n->t('Link'),