summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2011-01-21 21:53:34 +0100
committerReed Loden <reed@reedloden.com>2011-01-21 21:53:34 +0100
commitaffc4b164a1ec545a9ca3011d05668fb02760d59 (patch)
tree532a7a434b5ddbbcc5bdc5c362beec5f8a6de6bf /template
parent4eb82e4c5479ff0ed99518f75a4aa2d24a4ec378 (diff)
downloadbugzilla-affc4b164a1ec545a9ca3011d05668fb02760d59.tar.gz
bugzilla-affc4b164a1ec545a9ca3011d05668fb02760d59.tar.xz
Bug 627660 - Rename "Send" button on final create account page to "Create", as nothing is actually sent.
[r=mkanat a=mkanat]
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/email/confirm-new.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/email/confirm-new.html.tmpl b/template/en/default/account/email/confirm-new.html.tmpl
index 36bd52d09..a677db796 100644
--- a/template/en/default/account/email/confirm-new.html.tmpl
+++ b/template/en/default/account/email/confirm-new.html.tmpl
@@ -55,7 +55,7 @@
</tr>
<tr>
<th align="right">&nbsp;</th>
- <td><input type="submit" id="confirm" value="Send"></td>
+ <td><input type="submit" id="confirm" value="Create"></td>
</tr>
</table>
</form>