Uniform "Next" step action button with other screns.

Change-Id: Idce66d4434d605eb4d707500b75367bcb205ef1b
diff --git a/github-plugin/src/main/resources/static/account.html b/github-plugin/src/main/resources/static/account.html
index 52654f1..47b318d 100644
--- a/github-plugin/src/main/resources/static/account.html
+++ b/github-plugin/src/main/resources/static/account.html
@@ -22,7 +22,7 @@
                               <span class="button"><span>Cancel</span></span>
                           </button>
                           <button type="submit" onclick="document.forms[0].submit()">
-                              <span class="button green"><span>Accept &gt;</span></span>
+                              <span class="button green"><span>Next &gt;</span></span>
                           </button>
                           <input type="hidden" name="next" value="$nextUrl" />
                         </div>
@@ -77,4 +77,4 @@
 
 	<script type='text/javascript' src='js/jquery/jquery.form.js?ver=2.02m'></script>
 </body>
-</html>
\ No newline at end of file
+</html>