Skip to content

Commit

Permalink
fixed: buttons have a discernible text
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 18, 2023
1 parent 0a990da commit 2ab2926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/default/forms/object/answer/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

$footer = elgg_view_field([
'#type' => 'submit',
'value' => elgg_echo('submit'),
'text' => elgg_echo('submit'),
]);

elgg_set_form_footer($footer);
2 changes: 1 addition & 1 deletion views/default/forms/object/question/save.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@
// end of the form
$footer = elgg_view_field([
'#type' => 'submit',
'value' => elgg_echo('submit'),
'text' => elgg_echo('submit'),
]);
elgg_set_form_footer($footer);

0 comments on commit 2ab2926

Please sign in to comment.