Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down