From ed9e6235ba683a790bb1caa915328a9c9e8414b3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 4 Apr 2025 10:23:19 +0200 Subject: [PATCH] Improve CLI info text and remove markdown (#5069) --- web/src/assets/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index d8cb2119e..4377e580f 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -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." } } },