Skip to content

Commit

Permalink
Fix typo (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Nov 21, 2021
1 parent b4609b7 commit e896c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/View/Helper/FieldHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ protected function startLine(string $class=null) {
public function submit(string $label) {
return '<li class="fields-submit">
<div class="field-name">
<span class="required">* ' . __d('field', required') . '</span>
<span class="required">* ' . __d('field', 'required') . '</span>
</div>
<div class="field-info">
' . $this->Form->submit($label) . '
Expand Down

0 comments on commit e896c66

Please sign in to comment.