From db3604b479dc6efbc4272a2c80993965cff0db53 Mon Sep 17 00:00:00 2001 From: anubis2814 <57196483+anubis2814@users.noreply.github.com> Date: Thu, 15 Jun 2023 14:04:34 -0400 Subject: [PATCH] Update Post.php made code neater --- src/Object/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Object/Post.php b/src/Object/Post.php index 3fc9f00f7..27f618fb6 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -1072,7 +1072,7 @@ class Post '$edbold' => DI::l10n()->t('Bold'), '$editalic' => DI::l10n()->t('Italic'), '$eduline' => DI::l10n()->t('Underline'), - '$contentwarn' => DI::l10n()->t('Content Warning'), + '$contentwarn' => DI::l10n()->t('Content Warning'), '$edquote' => DI::l10n()->t('Quote'), '$edemojis' => DI::l10n()->t('Add emojis'), '$edcode' => DI::l10n()->t('Code'),