Skip to content

Commit 6d34213

Browse files
committed
feat: Improved copy again
1 parent c5f0b3d commit 6d34213

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/ui/components/default-component.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ export function DefaultComponent(props: {
6262
<Text bold backgroundColor={'red'}>Changes still needed:</Text>
6363
<Text>{prettyFormatResourcePlan(resourcePlan)}</Text>
6464
<Text> </Text>
65-
<Text color="red" bold>Try re-running the command to see if the changes have applied.</Text>
65+
<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+
6670
</Box>
6771
)
6872
}</Static>

0 commit comments

Comments
 (0)