mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-18 04:15:15 +00:00
chore: plural
This commit is contained in:
parent
0216955002
commit
86d43bcfdc
1 changed files with 3 additions and 3 deletions
|
@ -96,15 +96,15 @@
|
|||
"trusted": "Trusted",
|
||||
"network": {
|
||||
"network": "Network",
|
||||
"desc": "Pipeline container get access to network privileges like changing DNS."
|
||||
"desc": "Pipeline containers get access to network privileges like changing DNS."
|
||||
},
|
||||
"volumes": {
|
||||
"volumes": "Volumes",
|
||||
"desc": "Pipeline container are allowed to mount volumes."
|
||||
"desc": "Pipeline containers are allowed to mount volumes."
|
||||
},
|
||||
"security": {
|
||||
"security": "Security",
|
||||
"desc": "Pipeline container get access to security privileges."
|
||||
"desc": "Pipeline containers get access to security privileges."
|
||||
}
|
||||
},
|
||||
"visibility": {
|
||||
|
|
Loading…
Reference in a new issue