Skip to content

Commit

Permalink
clarify meaning of mailing_list_email
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrik committed Apr 16, 2024
1 parent 3a52f95 commit 366281b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_mgmt/static/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export var profileMixin = {
'firstName': 'First Name',
'lastName': 'Last Name',
'email': 'Email',
'mailing_list_email': 'List Email',
'mailing_list_email': 'Email for Mailing Lists',
'github': 'GitHub Profile',
'slack': 'Slack Profile',
'mobile': 'Phone',
Expand All @@ -218,7 +218,7 @@ export var profileMixin = {
'firstName': null,
'lastName': null,
'email': 'External email (for password resets)',
'mailing_list_email': 'Override your icecube.wisc.edu address for mailing lists',
'mailing_list_email': 'Override your @icecube.wisc.edu email for mailing lists',
'github': 'GitHub username',
'slack': 'Slack username',
'mobile': 'Phone / mobile number',
Expand Down

0 comments on commit 366281b

Please sign in to comment.