Skip to content

Commit 59110c6

Browse files
committed
fix: make labels readable
* https://topcoder.atlassian.net/browse/UN-719 Signed-off-by: Rakib Ansary <[email protected]>
1 parent b73926c commit 59110c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-assets/auth0/dev-tenant/universal-login.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
var language;
9191
var optionsObj = Array();
9292
var primaryRoleOptionsObj = [{
93-
label: 'Topcoder Talent',
93+
label: 'Talent- join as a community member',
9494
value: 'Topcoder Talent'
9595
}, {
96-
label: 'Topcoder Customer',
96+
label: 'Customer- join to get work done',
9797
value: 'Topcoder Customer'
9898
}];
9999
var regSource = config.extraParams.reg_source || null;
@@ -303,7 +303,7 @@
303303
{
304304
type: "select",
305305
name: "primaryRole",
306-
placeholder: "Select your Primary Role",
306+
placeholder: "Select your role",
307307
options: primaryRoleOptionsObj,
308308
fieldLabel: 'The role you select maybe changed in your Profile Settings.',
309309
fieldPlaceholder: 'Talent join to learn, complete, connect and find freelance gig work. Customers join to launch challenges, find freelancers, and get work done.'

0 commit comments

Comments
 (0)