Skip to content

Commit 72922c9

Browse files
committed
Merge branch 'change-snippet-text' into 'master'
chore(ui): update snippet text See merge request postgres-ai/database-lab!834
2 parents 1c96c51 + 94723a4 commit 72922c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/packages/platform/src/components/DbLabInstanceForm/DbLabFormSteps/AnsibleInstance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export const AnsibleInstance = ({
292292
<p className={classes.title}>
293293
{cluster
294294
? '6. After the code snippet runs successfully, follow the directions displayed in the resulting output to start using the database.'
295-
: '7. After the code snippet runs successfully, follow the directions displayed in the resulting output to start using DBLab AUI/API/CLI.'}
295+
: '7. After the code snippet runs successfully, follow the directions displayed in the resulting output to start using DBLab UI/API/CLI.'}
296296
</p>
297297
<Box
298298
sx={{

0 commit comments

Comments
 (0)