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 ddead86 commit b41c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/forms/site_announcements/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

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

elgg_set_form_footer($footer);

0 comments on commit b41c634

Please sign in to comment.