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 e51fcaf + 6596164 commit d6f7d3cCopy full SHA for d6f7d3c
apps/desktop/src/components/CherryApplyModal.svelte
@@ -68,7 +68,7 @@
68
case 'lockedToStack':
69
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.';
70
case 'causesWorkspaceConflict':
71
- return "This commit can't be applied since it would cause a workspace.";
+ return "This commit can't be applied since it would cause a workspace conflict.";
72
case 'noStacks':
73
return 'No stacks are currently applied to the workspace.';
74
}
0 commit comments