Skip to content

Commit

Permalink
fix(uservalidationbyemail): set text correctly on form button
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jan 20, 2025
1 parent 9161ec9 commit 8d1891a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
[
'#type' => 'submit',
'value' => elgg_echo('resend'),
'text' => elgg_echo('resend'),
],
],
'align' => 'horizontal',
Expand Down

0 comments on commit 8d1891a

Please sign in to comment.