mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
Improve wording (#3951)
This commit is contained in:
parent
c7b64e24ab
commit
1cee5a9516
1 changed files with 3 additions and 3 deletions
|
@ -262,7 +262,7 @@
|
|||
"settings": {
|
||||
"not_allowed": "You are not allowed to access server settings.",
|
||||
"secrets": {
|
||||
"desc": "Global secrets can be passed to all repositories personal pipeline steps as environmental variables.",
|
||||
"desc": "Global secrets can be passed to all repository's pipeline steps as environmental variables.",
|
||||
"warning": "These secrets will be available for all users."
|
||||
},
|
||||
"registries": {
|
||||
|
@ -364,7 +364,7 @@
|
|||
},
|
||||
"repos": {
|
||||
"repos": "Repositories",
|
||||
"desc": "Repositories that are or have been enabled on this server",
|
||||
"desc": "Repositories that are or have been enabled on this server.",
|
||||
"none": "There are no repositories yet.",
|
||||
"view": "View repository",
|
||||
"settings": "Repository settings",
|
||||
|
@ -434,7 +434,7 @@
|
|||
"registries": {
|
||||
"registries": "Registries",
|
||||
"credentials": "Registry credentials",
|
||||
"desc": "Registry credentials can be added to use private images for personal pipelines.",
|
||||
"desc": "Registry credentials can be added to use private images for pipelines.",
|
||||
"none": "There are no registry credentials yet.",
|
||||
"address": {
|
||||
"address": "Address",
|
||||
|
|
Loading…
Reference in a new issue