Skip to content

Commit 7eb8767

Browse files
authored
Исправлена ошибка "Жи" "Ши" пиши с буквой "И" (#258)
1 parent efe35b1 commit 7eb8767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/text-editor.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
<x-text-editor-button label="Заголовок" format="header2" icon="type-h2"/>
35-
<x-text-editor-button label="Жырный" format="bold" icon="type-bold"/>
35+
<x-text-editor-button label="Жирный" format="bold" icon="type-bold"/>
3636
<x-text-editor-button label="Курсив" format="italic" icon="type-italic"/>
3737
<x-text-editor-button label="Цитата" format="blockquote" icon="quote"/>
3838
<x-text-editor-button label="Код" format="code" icon="code-slash"/>

0 commit comments

Comments
 (0)