More usability when creating a new topic

This commit is contained in:
Visman 2022-12-03 14:11:20 +07:00
parent bf43757ab3
commit 43ec62727e
3 changed files with 7 additions and 1 deletions

View file

@ -35,7 +35,7 @@ trait PostFormTrait
'btns' => [
'submit' => [
'type' => 'submit',
'value' => __('Submit'),
'value' => __('NewTopic' === $marker ? 'Create topic' : 'Submit'),
],
'preview' => [
'type' => 'submit',

View file

@ -101,3 +101,6 @@ msgstr "Post updated."
msgid "Stick topic"
msgstr "Stick topic"
msgid "Create topic"
msgstr "Create topic"

View file

@ -101,3 +101,6 @@ msgstr "Сообщение обновлено."
msgid "Stick topic"
msgstr "Выделить тему"
msgid "Create topic"
msgstr "Создать тему"