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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user