diff --git a/Events.php b/Events.php index 04bee80..88479d0 100644 --- a/Events.php +++ b/Events.php @@ -154,7 +154,7 @@ public static function onSampleDataInstall($event) $poll->vote([3]); $comment = new \humhub\modules\comment\models\Comment(); - $comment->message = Yii::t('PollsModule.base', "Again? ;Weary;"); + $comment->message = Yii::t('PollsModule.base', "Again? :weary:"); $comment->object_model = $poll->className(); $comment->object_id = $poll->getPrimaryKey(); $comment->save(); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8abb6ea..dca322d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ Changelog ---------------------- - Enh #148: Migration to Bootstrap 5 for HumHub 1.18 - Enh #159: Implemented `module-coding-standards` +- Fix #161: Fixed `weary-emoji` in installer example content 1.3.11 (Unreleased) ---------------------