diff --git a/frontend/src/lib/components/git_sync/DetectionFlow.svelte b/frontend/src/lib/components/git_sync/DetectionFlow.svelte index 8677c877d5..a1f411530d 100644 --- a/frontend/src/lib/components/git_sync/DetectionFlow.svelte +++ b/frontend/src/lib/components/git_sync/DetectionFlow.svelte @@ -58,7 +58,8 @@ left: 'Sync mode', leftTooltip: 'Changes will be committed directly to the branch', right: 'Promotion mode', - rightTooltip: "Changes will be made to a new branch per deployed object (prefixed with 'wm_deploy/')" + rightTooltip: + "Changes will be made to a new branch per deployed object (prefixed with 'wm_deploy/')" }} /> @@ -68,7 +69,8 @@ bind:checked={repo.group_by_folder} options={{ right: 'Group all changes from same folder in the same branch', - rightTooltip: 'Instead of creating a branch per object, Windmill will create a branch per folder containing objects being deployed.' + rightTooltip: + 'Instead of creating a branch per object, Windmill will create a branch per folder containing objects being deployed.' }} /> {/if} @@ -78,12 +80,12 @@