Skip to content

Commit c096140

Browse files
authored
Merge pull request #4216 from RedisInsight/fe/feature/RI-6473-change-message-text
RI-6473 changed message text
2 parents f377dfa + 799a68c commit c096140

File tree

1 file changed

+15
-10
lines changed
  • redisinsight/ui/src/pages/home/components/db-status

1 file changed

+15
-10
lines changed

redisinsight/ui/src/pages/home/components/db-status/texts.tsx

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,40 @@ import React from 'react'
33

44
export const CHECK_CLOUD_DATABASE = (
55
<>
6-
<EuiTitle size="xxs"><span>Check your Cloud database</span></EuiTitle>
6+
<EuiTitle size="xxs"><span>Build your app with Redis Cloud</span></EuiTitle>
77
<EuiSpacer size="s" />
88
<div>
9-
Free Cloud databases are usually deleted after 15 days of inactivity.
9+
Free Cloud DBs auto-delete after 15 days of inactivity.
1010
<EuiSpacer size="s" />
11-
Check your Cloud database to proceed with learning more about Redis and its capabilities.
11+
But not to worry, you can always re-create it to test your ideas.
12+
<br />
13+
Includes native support for JSON, Query Engine and more.
1214
</div>
1315
</>
1416
)
1517

1618
export const WARNING_WITH_CAPABILITY = (capability: string) => (
1719
<>
18-
<EuiTitle size="xxs"><span>{capability}</span></EuiTitle>
20+
<EuiTitle size="xxs"><span>Build your app with {capability}</span></EuiTitle>
1921
<EuiSpacer size="s" />
2022
<div>
21-
Hey, remember you expressed interest in {capability}?
23+
Hey, remember your interest in {capability}?
2224
<br />
23-
Try your Cloud database to get started.
25+
Use your free Redis Cloud DB to try it.
2426
</div>
2527
<EuiSpacer size="s" />
26-
<div><b>Notice</b>: free Cloud databases will be deleted after 15 days of inactivity.</div>
28+
<div><b>Note</b>: Free Cloud DBs auto-delete after 15 days of inactivity.</div>
2729
</>
2830
)
2931
export const WARNING_WITHOUT_CAPABILITY = (
3032
<>
31-
<EuiTitle size="xxs"><span>Try your Cloud database</span></EuiTitle>
33+
<EuiTitle size="xxs"><span>Your free Redis Cloud DB is waiting.</span></EuiTitle>
3234
<EuiSpacer size="s" />
33-
<div>Hey, try your Cloud database to learn more about Redis.</div>
35+
<div>Test ideas and build prototypes.
36+
<br />
37+
Includes native support for JSON, Query Engine and more.
38+
</div>
3439
<EuiSpacer size="s" />
35-
<div><b>Notice</b>: free Cloud databases will be deleted after 15 days of inactivity.</div>
40+
<div><b>Note</b>: Free Cloud DBs auto-delete after 15 days of inactivity.</div>
3641
</>
3742
)

0 commit comments

Comments
 (0)