From ad225e4cff1d685dfc53df64466e4ffd0b243409 Mon Sep 17 00:00:00 2001 From: anubis2814 <57196483+anubis2814@users.noreply.github.com> Date: Thu, 15 Jun 2023 14:02:54 -0400 Subject: [PATCH] Update Conversation.php made code neater. --- src/Content/Conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index 151002e5c..be858e05d 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -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'),