Skip to content

Commit af9dbcc

Browse files
committed
chore: change username label
The label was changed to english and arabian mode.
1 parent 698d256 commit af9dbcc

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)