Skip to content

Commit

Permalink
Update "smilies" enable message
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 13, 2023
1 parent a4c5fdd commit 2c73b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Forms/User/SettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Coyote\Http\Forms\User;

use Coyote\Domain\Html;
use Coyote\Domain\User\UserSettings;
use Coyote\Services\FormBuilder\Form;
use Coyote\Services\FormBuilder\FormEvents;
Expand Down Expand Up @@ -81,7 +82,7 @@ public function buildForm(): void
])
->add('allow_smilies', 'checkbox', [
'rules' => 'boolean',
'label' => 'Pokazuj emotikony'
'label' => TwigLiteral::fromHtml(new Html('Pokazuj emotikony jako obrazki (np. <code>:)</code>, <code>:D</code>)')),
])
->add('allow_subscribe', 'checkbox', [
'rules' => 'boolean',
Expand Down

0 comments on commit 2c73b91

Please sign in to comment.