mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-12 12:15:00 +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": {
|
"settings": {
|
||||||
"not_allowed": "You are not allowed to access server settings.",
|
"not_allowed": "You are not allowed to access server settings.",
|
||||||
"secrets": {
|
"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."
|
"warning": "These secrets will be available for all users."
|
||||||
},
|
},
|
||||||
"registries": {
|
"registries": {
|
||||||
|
@ -364,7 +364,7 @@
|
||||||
},
|
},
|
||||||
"repos": {
|
"repos": {
|
||||||
"repos": "Repositories",
|
"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.",
|
"none": "There are no repositories yet.",
|
||||||
"view": "View repository",
|
"view": "View repository",
|
||||||
"settings": "Repository settings",
|
"settings": "Repository settings",
|
||||||
|
@ -434,7 +434,7 @@
|
||||||
"registries": {
|
"registries": {
|
||||||
"registries": "Registries",
|
"registries": "Registries",
|
||||||
"credentials": "Registry credentials",
|
"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.",
|
"none": "There are no registry credentials yet.",
|
||||||
"address": {
|
"address": {
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
|
|
Loading…
Reference in a new issue