From 9eed0f03135a7ddbd5246bd820693317871f98a3 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 13 Nov 2023 22:21:53 +0200 Subject: [PATCH] fix(questions/template): label -> description --- templates/questions/persistence/persistenceBasic.yaml | 3 +-- templates/questions/persistence/persistenceList.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/questions/persistence/persistenceBasic.yaml b/templates/questions/persistence/persistenceBasic.yaml index 589588616c8..ce3e8ec9ccd 100644 --- a/templates/questions/persistence/persistenceBasic.yaml +++ b/templates/questions/persistence/persistenceBasic.yaml @@ -122,7 +122,7 @@ - value: smb description: smb - variable: nfs - label: nfs + description: nfs - variable: server label: Server description: server to connect to @@ -185,4 +185,3 @@ schema: type: string default: "" - diff --git a/templates/questions/persistence/persistenceList.yaml b/templates/questions/persistence/persistenceList.yaml index dcef10b665b..ac51e9913e4 100644 --- a/templates/questions/persistence/persistenceList.yaml +++ b/templates/questions/persistence/persistenceList.yaml @@ -148,7 +148,7 @@ - value: smb description: smb - variable: nfs - label: nfs + description: nfs - variable: server label: Server description: server to connect to