mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-08 15:42:36 +00:00
Update web/src/assets/locales/en.json
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
This commit is contained in:
parent
55c4db25de
commit
0216955002
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@
|
||||||
"desc": "Prevent malicious pipelines from exposing secrets or running harmful tasks by approving them before execution.",
|
"desc": "Prevent malicious pipelines from exposing secrets or running harmful tasks by approving them before execution.",
|
||||||
"require_approval_for": "Approval requirements",
|
"require_approval_for": "Approval requirements",
|
||||||
"none": "None",
|
"none": "None",
|
||||||
"none_desc": "Every event triggers builds, including pull requests. This setting can be dangerous and is only recommended for private instances.",
|
"none_desc": "Every event triggers pipelines, including pull requests. This setting can be dangerous and is only recommended for private instances.",
|
||||||
"forks": "Pull request from forked repository",
|
"forks": "Pull request from forked repository",
|
||||||
"pull_requests": "All pull requests",
|
"pull_requests": "All pull requests",
|
||||||
"all_events": "Any event trigger"
|
"all_events": "Any event trigger"
|
||||||
|
|
Loading…
Reference in a new issue