Skip to content

Commit 1c30e52

Browse files
author
HumHub Translations
committed
Enh: Updated Translations (translate.humhub.org)
2 parents b00b6ca + 1d77d64 commit 1c30e52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1412
-3986
lines changed

Events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static function onSampleDataInstall($event)
154154
$poll->vote([3]);
155155

156156
$comment = new \humhub\modules\comment\models\Comment();
157-
$comment->message = Yii::t('PollsModule.base', "Again? ;Weary;");
157+
$comment->message = Yii::t('PollsModule.base', "Again? :weary:");
158158
$comment->object_model = $poll->className();
159159
$comment->object_id = $poll->getPrimaryKey();
160160
$comment->save();

0 commit comments

Comments
 (0)