Fix CLA hyperlink on account registration page.

The New Contributor Agreement hyperlink on the Account Registration page
is malformed, compared to the working one in the Account Settings menu.
This adjusts the way that link is formed.

Bug: Issue 1076
Change-Id: I4ef42411369e2247231214922030b928edaf5936
This commit is contained in:
Jeremy Stanley
2012-09-13 18:02:43 +00:00
parent 83308f2ebe
commit 5f141fd43e

View File

@@ -125,7 +125,7 @@ public class RegisterScreen extends AccountScreen {
agreementGroup.add(whyAgreement);
choices.add(new InlineHyperlink(Util.C.newAgreement(),
PageLinks.SETTINGS_NEW_AGREEMENT + "," + nextToken));
PageLinks.SETTINGS_NEW_AGREEMENT));
choices
.add(new InlineHyperlink(Util.C.welcomeAgreementLater(), nextToken));
formBody.add(agreementGroup);