From acc844c166ff381c0b9c46a2dde2b1572d59664a Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Mon, 3 Oct 2022 17:09:55 -0500 Subject: [PATCH] chore: Change username label --- openedx/core/djangoapps/user_authn/views/registration_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/user_authn/views/registration_form.py b/openedx/core/djangoapps/user_authn/views/registration_form.py index d530f493a9d..e116815ee5f 100644 --- a/openedx/core/djangoapps/user_authn/views/registration_form.py +++ b/openedx/core/djangoapps/user_authn/views/registration_form.py @@ -544,7 +544,7 @@ def _add_username_field(self, form_desc, required=True): """ # Translators: This label appears above a field on the registration form # meant to hold the user's public username. - username_label = _("Public Username") + username_label = _("National ID") username_instructions = _( # Translators: These instructions appear on the registration form, immediately