Skip to content

Commit f95fcd3

Browse files
committed
Uniform "Next" step action button with other screns.
Change-Id: Idce66d4434d605eb4d707500b75367bcb205ef1b
1 parent 4ba7702 commit f95fcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-plugin/src/main/resources/static/account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>
2222
<span class="button"><span>Cancel</span></span>
2323
</button>
2424
<button type="submit" onclick="document.forms[0].submit()">
25-
<span class="button green"><span>Accept &gt;</span></span>
25+
<span class="button green"><span>Next &gt;</span></span>
2626
</button>
2727
<input type="hidden" name="next" value="$nextUrl" />
2828
</div>
@@ -77,4 +77,4 @@ <h5>Import GitHub SSH Public Keys</h5>
7777

7878
<script type='text/javascript' src='js/jquery/jquery.form.js?ver=2.02m'></script>
7979
</body>
80-
</html>
80+
</html>

0 commit comments

Comments
 (0)