From 3bd01431eb0fcda2219ec19c47a4a2cf8024f847 Mon Sep 17 00:00:00 2001 From: ItzNotABug Date: Tue, 30 Jul 2024 15:44:28 +0530 Subject: [PATCH] fix: branch message to use plural. --- src/lib/wizards/functions/steps/gitConfiguration.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wizards/functions/steps/gitConfiguration.svelte b/src/lib/wizards/functions/steps/gitConfiguration.svelte index 9980e765d..1aaaf93ba 100644 --- a/src/lib/wizards/functions/steps/gitConfiguration.svelte +++ b/src/lib/wizards/functions/steps/gitConfiguration.svelte @@ -67,7 +67,7 @@ $choices.branch = event.detail.value; }} interactiveOutput - name="branch" + name="branches" {options} />