Skip to content

Commit 1679489

Browse files
committed
Merge remote-tracking branch 'forgejo/forgejo-development' into wip-forgejo
2 parents 3c31c92 + 8590204 commit 1679489

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

options/locale/locale_en-US.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ activate_email.text = Please click the following link to verify your email addre
448448

449449
admin.new_user.subject = New user %s just signed up
450450
admin.new_user.user_info = User Information
451-
admin.new_user.text = Please <a href="%s">click here</a> to manage the user from the admin panel.
451+
admin.new_user.text = Please <a href="%s">click here</a> to manage this user from the admin panel.
452452

453453
register_notify = Welcome to Forgejo
454454
register_notify.title = %[1]s, welcome to %[2]s
@@ -633,7 +633,7 @@ settings = User Settings
633633

634634
form.name_reserved = The username "%s" is reserved.
635635
form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username.
636-
form.name_chars_not_allowed = User name "%s" contains invalid characters.
636+
form.name_chars_not_allowed = Username "%s" contains invalid characters.
637637

638638
[settings]
639639
profile = Profile
@@ -658,7 +658,7 @@ blocked_users = Blocked Users
658658
public_profile = Public Profile
659659
biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
660660
location_placeholder = Share your approximate location with others
661-
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.
661+
profile_desc = Control how your profile is shown to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.
662662
password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
663663
full_name = Full Name
664664
website = Website
@@ -988,7 +988,7 @@ all_branches = All branches
988988
fork_no_valid_owners = This repository can not be forked because there are no valid owners.
989989
use_template = Use this template
990990
clone_in_vsc = Clone in VS Code
991-
clone_in_vscodium = Clone in VS Codium
991+
clone_in_vscodium = Clone in VSCodium
992992
download_zip = Download ZIP
993993
download_tar = Download TAR.GZ
994994
download_bundle = Download BUNDLE
@@ -1027,7 +1027,7 @@ mirror_sync = synced
10271027
mirror_sync_on_commit = Sync when commits are pushed
10281028
mirror_address = Clone From URL
10291029
mirror_address_desc = Put any required credentials in the Authorization section.
1030-
mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the url correctly.
1030+
mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the URL correctly.
10311031
mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.
10321032
mirror_lfs = Large File Storage (LFS)
10331033
mirror_lfs_desc = Activate mirroring of LFS data.
@@ -1789,7 +1789,7 @@ pulls.required_status_check_missing = Some required checks are missing.
17891789
pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
17901790
pulls.blocked_by_approvals = "This pull request doesn't have enough approvals yet. %d of %d approvals granted."
17911791
pulls.blocked_by_rejection = "This pull request has changes requested by an official reviewer."
1792-
pulls.blocked_by_official_review_requests = "This pull request has official review requests."
1792+
pulls.blocked_by_official_review_requests = "This pull request is blocked because it is missing approval from one or more official reviewers."
17931793
pulls.blocked_by_outdated_branch = "This pull request is blocked because it's outdated."
17941794
pulls.blocked_by_changed_protected_files_1= "This pull request is blocked because it changes a protected file:"
17951795
pulls.blocked_by_changed_protected_files_n= "This pull request is blocked because it changes protected files:"

0 commit comments

Comments
 (0)