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.
1 parent e51fcaf commit 6596164Copy full SHA for 6596164
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