Skip to content

Commit

Permalink
Add full stops to user page descriptions (#9750)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Sep 18, 2024
1 parent 3767f78 commit 1836bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/Messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ User.IllegalUsername="{0}" is prohibited as a username for security reasons.
User.IllegalFullname="{0}" is prohibited as a full name for security reasons.

TimeZoneProperty.DisplayName=Time zone
TimeZoneProperty.Description=Select a time zone to use rather than the system default
TimeZoneProperty.Description=Select a time zone to use rather than the system default.
TimeZoneProperty.DisplayDefaultTimeZone=Default
TimeZoneProperty.current_time_in_=Current time in {0}: {1}
TimeZoneProperty.current_time_on_server_in_in_proposed_di=Current time on server in {0}: {1}; in proposed display zone: {2}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

title=Account
Full\ name=Full name
Full\ name.Description=We recommend using your real name so people can recognize you instead of your ID
Full\ name.Description=We recommend using your real name so people can recognize you instead of your ID.
Description=Description
Description.Description=Enter a short description about yourself so that visitors know who you are
Description.Description=Enter a short description about yourself so that visitors know who you are.

0 comments on commit 1836bd6

Please sign in to comment.