Skip to content

Commit 4e14476

Browse files
committed
Merge branch 'destroy-snapshot-force-option' into 'dle-4-0'
fix(ui): destroy snapshot force option See merge request postgres-ai/database-lab!971
2 parents 7a0c355 + 959c43b commit 4e14476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/packages/shared/pages/Clone/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ export const Clone = observer((props: Props) => {
623623
/>
624624
<br />
625625
<span className={classes.remark}>
626-
When enabled no one can destroy this clone and automated deletion
626+
When enabled, no one can destroy this clone and automated deletion
627627
is also disabled.
628628
<br />
629629
Please be careful: abandoned clones with this checkbox enabled may

ui/packages/shared/pages/CreateClone/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export const CreateClone = observer((props: Props) => {
304304
/>
305305

306306
<p className={styles.remark}>
307-
When enabled no one can destroy this clone and automated deletion
307+
When enabled, no one can destroy this clone and automated deletion
308308
is also disabled.
309309
<br />
310310
Please be careful: abandoned clones with this checkbox enabled may

0 commit comments

Comments
 (0)