Skip to content

Commit dcf94c9

Browse files
authored
fix(i18n): clarify ownership in password change error messages (#34092)
This PR updates the English localization messages `password_username_disabled` and `password_full_name_disabled` to replace "their" with "your", making it clear that the messages refer to the currently signed-in user.
1 parent ee3c82f commit dcf94c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ public_profile = Public Profile
730730
biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
731731
location_placeholder = Share your approximate location with others
732732
profile_desc = Control how your profile is show to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.
733-
password_username_disabled = You are not allowed to change their username. Please contact your site administrator for more details.
734-
password_full_name_disabled = You are not allowed to change their full name. Please contact your site administrator for more details.
733+
password_username_disabled = You are not allowed to change your username. Please contact your site administrator for more details.
734+
password_full_name_disabled = You are not allowed to change your full name. Please contact your site administrator for more details.
735735
full_name = Full Name
736736
website = Website
737737
location = Location

0 commit comments

Comments
 (0)