Skip to content

Commit ad2293b

Browse files
committed
feat: Add Cautionary Message
1 parent ddae5eb commit ad2293b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jccm/src/Frontend/Layout/GlobalSettings/MessageFilterCard.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const MessageFilterCard = () => {
9797
marginLeft: '10px',
9898
}}
9999
>
100-
<Text>Pre-cautious Message for Cloud Multi-homed Device adoption:</Text>
100+
<Text>Precautionary Message for Cloud Multi-homed Device Adoption:</Text>
101101

102102
<div
103103
style={{
@@ -124,7 +124,7 @@ export const MessageFilterCard = () => {
124124
marginLeft: '10px',
125125
}}
126126
>
127-
<Text>Pre-cautious Message for Network Search Action:</Text>
127+
<Text>Precautionary Message for Network Search Action:</Text>
128128

129129
<div
130130
style={{

jccm/src/Frontend/Layout/customAlert.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const customAlert = (title, onConfirm, theme, onDisable) => {
119119
defaultChecked={checkboxRef.current} // Initialize with ref value
120120
/>
121121
</div>
122-
<Text size={200}>Disable {title} Message Popup</Text>
122+
<Text size={200}>Disable the popup message for {title.toLowerCase()}</Text>
123123
</div>
124124

125125
<div

0 commit comments

Comments
 (0)