Skip to content

Commit df1420d

Browse files
Update text as per UX recommendation.
1 parent 18eda43 commit df1420d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/manager/src/features/Linodes/LinodesDetail/LinodeLock/AddLockDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const AddLockDialog = (props: Props) => {
101101
control={<Radio />}
102102
label={
103103
<LockOptionLabel
104-
description="Protects this Linode from being deleted or rebuilt."
104+
description="Prevents this Linode from being deleted or rebuilt."
105105
title="Prevent deletion"
106106
/>
107107
}
@@ -111,7 +111,7 @@ export const AddLockDialog = (props: Props) => {
111111
control={<Radio />}
112112
label={
113113
<LockOptionLabel
114-
description="Protects this Linode and its attached resources (Disks, Configurations, IP Addresses, and Subinterfaces) from being deleted or rebuilt."
114+
description="Prevents this Linode and its attached resources (Disks, Configurations, IP Addresses, and Subinterfaces) from being deleted or rebuilt."
115115
title="Prevent deletion (including attached resources)"
116116
/>
117117
}

0 commit comments

Comments
 (0)