We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a990da commit 2ab2926Copy full SHA for 2ab2926
views/default/forms/object/answer/edit.php
@@ -24,7 +24,7 @@
24
25
$footer = elgg_view_field([
26
'#type' => 'submit',
27
- 'value' => elgg_echo('submit'),
+ 'text' => elgg_echo('submit'),
28
]);
29
30
elgg_set_form_footer($footer);
views/default/forms/object/question/save.php
@@ -179,6 +179,6 @@
179
// end of the form
180
181
182
183
184
0 commit comments