Skip to content

Commit d6f7d3c

Browse files
authored
Merge pull request #10647 from gitbutlerapp/kv-branch-57
fix(ui): correct message to "workspace conflictCorrect the error message in CherryApplyModal from "would cause
2 parents e51fcaf + 6596164 commit d6f7d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/components/CherryApplyModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
case 'lockedToStack':
6969
return 'This commit conflicts when applied to the selected stack, as such it must be applied to the selected stack to avoid a workspace conflict.';
7070
case 'causesWorkspaceConflict':
71-
return "This commit can't be applied since it would cause a workspace.";
71+
return "This commit can't be applied since it would cause a workspace conflict.";
7272
case 'noStacks':
7373
return 'No stacks are currently applied to the workspace.';
7474
}

0 commit comments

Comments
 (0)