Skip to content

Commit cefdc9d

Browse files
authored
Merge pull request #10387 from gitbutlerapp/mg-branch-5
Reword the "git hooks" settings description
2 parents 1fcc879 + aac7868 commit cefdc9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/desktop/src/components/DetailsForm.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@
5252

5353
<SectionCard labelFor="runHooks" orientation="row">
5454
{#snippet title()}
55-
Run commit hooks
55+
Run Git hooks
5656
{/snippet}
5757
{#snippet caption()}
58-
Enabling this will run any git pre and post commit hooks you have configured in your repository.
58+
Enabling this will run git pre-push, pre and post commit, and commit-msg hooks you have
59+
configured in your repository.
5960
{/snippet}
6061
{#snippet actions()}
6162
<Toggle id="runHooks" bind:checked={$runCommitHooks} />

0 commit comments

Comments
 (0)