Improve CLI info text and remove markdown (#5069)

This commit is contained in:
Robert Kaussow 2025-04-04 10:23:19 +02:00 committed by GitHub
parent c810b927ed
commit ed9e6235ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -270,8 +270,8 @@
"metadata_download_error": "Error downloading metadata", "metadata_download_error": "Error downloading metadata",
"metadata_download_successful": "Metadata downloaded successfully", "metadata_download_successful": "Metadata downloaded successfully",
"no_permission": "You are not allowed to access the debug information", "no_permission": "You are not allowed to access the debug information",
"metadata_exec_title": "Rerun pipeline locally", "metadata_exec_title": "Re-run 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_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."
} }
} }
}, },