summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/views/pages/users/new.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/pages/users/new.html.php b/src/views/pages/users/new.html.php
index 147e3c0..62a0f09 100644
--- a/src/views/pages/users/new.html.php
+++ b/src/views/pages/users/new.html.php
@@ -34,7 +34,7 @@ foreach ($VARS['antispam_html'] as $html) {
echo $html;
}
-$t->tag('input', array('type'=>'submit', 'value'=>'Submit'));
+$t->tag('input', array('type'=>'submit', 'value'=>'Go on to Step 2'));
$t->closeTag('form');