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 1c96c51 commit 94723a4Copy full SHA for 94723a4
ui/packages/platform/src/components/DbLabInstanceForm/DbLabFormSteps/AnsibleInstance.tsx
@@ -292,7 +292,7 @@ export const AnsibleInstance = ({
292
<p className={classes.title}>
293
{cluster
294
? '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.'}
+ : '7. After the code snippet runs successfully, follow the directions displayed in the resulting output to start using DBLab UI/API/CLI.'}
296
</p>
297
<Box
298
sx={{
0 commit comments