From ecd56a792488ae5114cf8e5b6a8ce4a42a91f522 Mon Sep 17 00:00:00 2001 From: Kevin Powell Noumbissie <10553243+KepoParis@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:18:40 +0200 Subject: [PATCH] fix(client): clarify values file path hint per value source type --- .../src/components/DeploymentValueSourceOption.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/client/src/components/DeploymentValueSourceOption.vue b/apps/client/src/components/DeploymentValueSourceOption.vue index cd4e22ad59..d812db2652 100644 --- a/apps/client/src/components/DeploymentValueSourceOption.vue +++ b/apps/client/src/components/DeploymentValueSourceOption.vue @@ -43,6 +43,13 @@ type ValueSourcePatch = Partial model.value.type === 'external' + ? 'Chemin du fichier relatif à la racine du dépôt de valeurs sélectionné.' + : 'Chemin du fichier relatif au répertoire à déployer.')