Skip to content

Commit f885da0

Browse files
committed
fixed: correctly set text on sort save button
1 parent c169b3c commit f885da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/default/forms/static/sort.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
</script>
6969
<?php
7070

71-
echo elgg_view_field(['#type' => 'submit', 'value' => elgg_echo('save')]);
71+
echo elgg_view_field(['#type' => 'submit', 'text' => elgg_echo('save')]);

0 commit comments

Comments
 (0)