You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+2-2
Original file line number
Diff line number
Diff line change
@@ -730,8 +730,8 @@ public_profile = Public Profile
730
730
biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
731
731
location_placeholder = Share your approximate location with others
732
732
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.
0 commit comments