We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 844c1a1 + 273a09e commit d6c81c7Copy full SHA for d6c81c7
apps/desktop/src/lib/commit/CommitCard.svelte
@@ -318,7 +318,7 @@
318
319
{#if conflicted}
320
<Tooltip
321
- text={"Conflicted commits must be resolved before they can be ammended or squashed.\nPlease resolve conflicts using the 'Resolve conflicts' button"}
+ text={"Conflicted commits must be resolved before they can be amended or squashed.\nPlease resolve conflicts using the 'Resolve conflicts' button"}
322
>
323
<div class="commit__conflicted">
324
<Icon name="warning-small" />
0 commit comments