Skip to content

Commit

Permalink
fix: Localization of contract form buttons (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka committed Oct 19, 2022
1 parent 6befbd6 commit 53967fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Contact/views/contact/form.php
Expand Up @@ -50,12 +50,12 @@
->addContainerClass('btn-group btn-toolbar float-end')
->buttonsData([
[
$translator->translate('Reset'),
$translator->translate('layout.reset'),
'type' => 'reset',
'class' => 'btn btn-lg btn-danger',
],
[
$translator->translate('Submit'),
$translator->translate('layout.submit'),
'type' => 'submit',
'class' => 'btn btn-lg btn-primary',
'name' => 'contact-button',
Expand Down

0 comments on commit 53967fa

Please sign in to comment.