]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 627660 - Rename "Send" button on final create account page to "Create", as nothin...
authorReed Loden <reed@reedloden.com>
Fri, 21 Jan 2011 20:55:07 +0000 (12:55 -0800)
committerReed Loden <reed@reedloden.com>
Fri, 21 Jan 2011 20:55:07 +0000 (12:55 -0800)
[r=mkanat a=mkanat]

template/en/default/account/email/confirm-new.html.tmpl

index 36bd52d090fe104df10cdc0833e232f3f825d219..a677db796b46300dc868fcb4eae9425e6dc8300a 100644 (file)
@@ -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>