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

src/Object/Post.php

index 3fc9f00f7f829a8eb5610920ccd7eadd099d65a8..27f618fb6b800c124b087a839c8b3b9bb49975e5 100644 (file)
@@ -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'),