diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json
index b610d7b21..de700a15e 100644
--- a/web/src/assets/locales/en.json
+++ b/web/src/assets/locales/en.json
@@ -82,7 +82,8 @@
"pipeline_path": {
"path": "Pipeline path",
"default": "By default: .woodpecker/*.yml -> .woodpecker.yml -> .drone.yml",
- "desc": "Path to your pipeline config (for example my/path/). Folders should end with a /."
+ "desc": "Path to your pipeline config (for example {0}). Folders should end with a {1}.",
+ "desc_path_example": "my/path/"
},
"allow_pr": {
"allow": "Allow Pull Requests",
diff --git a/web/src/components/repo/settings/GeneralTab.vue b/web/src/components/repo/settings/GeneralTab.vue
index 3b05b43a0..dc3573cc2 100644
--- a/web/src/components/repo/settings/GeneralTab.vue
+++ b/web/src/components/repo/settings/GeneralTab.vue
@@ -15,8 +15,12 @@
:placeholder="$t('repo.settings.general.pipeline_path.default')"
/>
-
-
+
+ {{
+ $t('repo.settings.general.pipeline_path.desc_path_example')
+ }}
+ /
+