mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 04:33:48 +00:00
Improve CLI info text and remove markdown (#5069)
This commit is contained in:
parent
c810b927ed
commit
ed9e6235ba
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@
|
|||
"metadata_download_error": "Error downloading metadata",
|
||||
"metadata_download_successful": "Metadata downloaded successfully",
|
||||
"no_permission": "You are not allowed to access the debug information",
|
||||
"metadata_exec_title": "Rerun pipeline locally",
|
||||
"metadata_exec_desc": "Download this pipeline's metadata to run it locally. This allows you to troubleshoot issues and test changes before committing them. `woodpecker-cli` matching the Woodpecker Server version must be installed locally."
|
||||
"metadata_exec_title": "Re-run pipeline locally",
|
||||
"metadata_exec_desc": "Download the metadata of this pipeline to run it locally. This allows you to fix problems and test changes before committing them. The Woodpecker CLI must be installed locally in the same version as the server."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue