Skip to content

Commit 749dbde

Browse files
authored
Merge pull request #258 from eduNEXT/jlc/change-publicusername-label
chore: change username label
2 parents 698d256 + af9dbcc commit 749dbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/core/djangoapps/user_authn/views/registration_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def _add_username_field(self, form_desc, required=True):
531531
"""
532532
# Translators: This label appears above a field on the registration form
533533
# meant to hold the user's public username.
534-
username_label = _(u"Public Username")
534+
username_label = _(u"National ID")
535535

536536
username_instructions = _(
537537
# Translators: These instructions appear on the registration form, immediately

0 commit comments

Comments
 (0)