Skip to content

Commit 5ca6867

Browse files
pgaskinlunny
authored andcommitted
Fix some mistakes (#1833)
* Fix some mistakes * Fixes * Not correct -> incorrect or invalid * Update according to comments
1 parent 04c6c31 commit 5ca6867

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

options/locale/locale_en-US.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ admin_email = Admin Email
123123
install_btn_confirm = Install Gitea
124124
test_git_failed = Could not test 'git' command: %v
125125
sqlite3_not_available = Your current version does not support SQLite3, please download the official binary version from %s, NOT the gobuild version.
126-
invalid_db_setting = Database setting is not correct: %v
126+
invalid_db_setting = Database setting is invalid: %v
127127
invalid_repo_path = Repository root path is invalid: %v
128128
run_user_not_match = Run user is not the current user: %s -> %s
129129
save_config_failed = Failed to save configuration: %v
@@ -189,8 +189,8 @@ verify = Verify
189189
scratch_code = Scratch code
190190
use_scratch_code = Use a scratch code
191191
twofa_scratch_used = You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.
192-
twofa_passcode_incorrect = Your passcode is not correct. If you misplaced your device, use your scratch code to login.
193-
twofa_scratch_token_incorrect = Your scratch code is not correct.
192+
twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to login.
193+
twofa_scratch_token_incorrect = Your scratch code is incorrect.
194194
login_userpass = User / Password
195195
login_openid = OpenID
196196
openid_connect_submit = Connect
@@ -326,7 +326,7 @@ change_password = Change Password
326326
old_password = Current Password
327327
new_password = New Password
328328
retype_new_password = Retype New Password
329-
password_incorrect = Current password is not correct.
329+
password_incorrect = Current password is incorrect.
330330
change_password_success = Your password was successfully changed. You can now sign using your new password.
331331
password_change_disabled = Non-local users are not allowed to change their password through the web interface.
332332
@@ -837,7 +837,7 @@ settings.search_user_placeholder = Search user...
837837
settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator.
838838
settings.user_is_org_member = User is organization member who cannot be added as a collaborator.
839839
settings.add_webhook = Add Webhook
840-
settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gitea, we will handle the notification to the target host you specify. Learn more in this <a target="_blank" rel="noopener" href="%s">Webhooks Guide</a>.
840+
settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gitea, we will send a notification to the target host. Learn more in the <a target="_blank" rel="noopener" href="%s">webhooks guide</a>.
841841
settings.webhook_deletion = Delete Webhook
842842
settings.webhook_deletion_desc = Deleting this webhook will remove its information and all delivery history. Are you sure you want to continue?
843843
settings.webhook_deletion_success = Webhook has been deleted successfully!
@@ -854,7 +854,7 @@ settings.githook_edit_desc = If the hook is inactive, sample content will be pre
854854
settings.githook_name = Hook Name
855855
settings.githook_content = Hook Content
856856
settings.update_githook = Update Hook
857-
settings.add_webhook_desc = Gitea will send a <code>POST</code> request to the URL you specify, along with regarding the event that occurred. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" rel="noopener" href="%s">Webhooks Guide</a>.
857+
settings.add_webhook_desc = Gitea will send a <code>POST</code> request to the URL you specify, along with information about the event that occurred. You can also specify what data format you would like to receive upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" rel="noopener" href="%s">webhooks guide</a>.
858858
settings.payload_url = Payload URL
859859
settings.content_type = Content Type
860860
settings.secret = Secret
@@ -872,7 +872,7 @@ settings.event_pull_request_desc = Pull request opened, closed, reopened, edited
872872
settings.event_push = Push
873873
settings.event_push_desc = Git push to a repository
874874
settings.active = Active
875-
settings.active_helper = Details regarding the event which triggered the hook will be delivered as well.
875+
settings.active_helper = Information about the event which triggered the hook will be sent as well.
876876
settings.add_hook_success = New webhook has been added.
877877
settings.update_webhook = Update Webhook
878878
settings.update_hook_success = Webhook has been updated.

0 commit comments

Comments
 (0)