We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f0b3d commit 6d34213Copy full SHA for 6d34213
1 file changed
src/ui/components/default-component.tsx
@@ -62,7 +62,11 @@ export function DefaultComponent(props: {
62
<Text bold backgroundColor={'red'}>Changes still needed:</Text>
63
<Text>{prettyFormatResourcePlan(resourcePlan)}</Text>
64
<Text> </Text>
65
- <Text color="red" bold>Try re-running the command to see if the changes have applied.</Text>
+ <Text color="red" bold>Potential fixes:</Text>
66
+ <Text color="red" bold>{' 1. Re-run the command again'}</Text>
67
+ <Text color="red" bold>{' 2. Manually install the resource and retry'}</Text>
68
+ <Text color="red" bold>{' 3. Reach out to support at https://github.com/codifycli/default-plugin/issues'}</Text>
69
+
70
</Box>
71
)
72
}</Static>
0 commit comments