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
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ cancel = Cancel
75
75
[install]
76
76
install = Installation
77
77
title = Initial Configuration
78
-
docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener" href="%s">documentation</a> before changing any settings.
78
+
docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings.
79
79
requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB.
80
80
db_title = Database Settings
81
81
db_type = Database Type
@@ -495,7 +495,7 @@ visibility = Visibility
495
495
visiblity_helper = Make Repository Private
496
496
visiblity_helper_forced = Your site administrator forces new repositories to be private.
497
497
visiblity_fork_helper = (Changing this will affect all forks.)
498
-
clone_helper = Need help cloning? Visit <a target="_blank"rel="noopener"href="%s">Help</a>.
498
+
clone_helper = Need help cloning? Visit <a target="_blank"rel="noopener noreferrer"href="%s">Help</a>.
499
499
fork_repo = Fork Repository
500
500
fork_from = Fork From
501
501
fork_visiblity_helper = The visibility of a forked repository cannot be changed.
@@ -613,7 +613,7 @@ editor.directory_is_a_file = Directory name '%s' is already used as a filename i
613
613
editor.file_is_a_symlink = '%s' is a symbolic link. Symbolic links cannot be edited in the web editor
614
614
editor.filename_is_a_directory = Filename '%s' is already used as a directory name in this repository.
615
615
editor.file_editing_no_longer_exists = The file being edited, '%s', no longer exists in this repository.
616
-
editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank"rel="noopener"href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.
616
+
editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank"rel="noopener noreferrer"href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.
617
617
editor.file_already_exists = A file named '%s' already exists in this repository.
618
618
editor.no_changes_to_show = There are no changes to show.
619
619
editor.fail_to_update_file = Failed to update/create file '%s' with error: %v
settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
995
995
settings.user_is_org_member = The user is an organization member who cannot be added as a collaborator.
996
996
settings.add_webhook = Add Webhook
997
-
settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank"rel="noopener"href="%s">webhooks guide</a>.
997
+
settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank"rel="noopener noreferrer"href="%s">webhooks guide</a>.
998
998
settings.webhook_deletion = Remove Webhook
999
999
settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue?
1000
1000
settings.webhook_deletion_success = The webhook has been removed.
@@ -1011,7 +1011,7 @@ settings.githook_edit_desc = If the hook is inactive, sample content will be pre
1011
1011
settings.githook_name = Hook Name
1012
1012
settings.githook_content = Hook Content
1013
1013
settings.update_githook = Update Hook
1014
-
settings.add_webhook_desc = Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank"rel="noopener"href="%s">webhooks guide</a>.
1014
+
settings.add_webhook_desc = Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank"rel="noopener noreferrer"href="%s">webhooks guide</a>.
0 commit comments