Skip to content

Commit 1d500b1

Browse files
Merge pull request #2747 from RedisInsight/fe/feature/RI-5082_rename_redis_cloud
#RI-5082 - replace Redis Enterprise Cloud with Redis CLoud
2 parents 7f19396 + 4634138 commit 1d500b1

File tree

21 files changed

+51
-51
lines changed

21 files changed

+51
-51
lines changed

redisinsight/ui/src/components/messages/filter-not-available/FilterNotAvailable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const FilterNotAvailable = ({ onClose } : { onClose?: () => void }) => {
2828
{!!freeInstance && (
2929
<>
3030
<EuiText color="subdued">
31-
Use your free all-in-one Redis Enterprise Cloud database to start exploring these capabilities.
31+
Use your free all-in-one Redis Cloud database to start exploring these capabilities.
3232
</EuiText>
3333
<EuiSpacer size="l" />
3434
<OAuthConnectFreeDb source={OAuthSocialSource.BrowserFiltering} onSuccessClick={onClose} />

redisinsight/ui/src/components/messages/module-not-loaded/ModuleNotLoaded.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const ModuleNotLoaded = ({ moduleName, id, type = 'workbench', onClose }: IProps
8484
</EuiText>
8585
) : (
8686
<EuiText className={cx(styles.text, styles.marginBottom, styles.textFooter)}>
87-
Use your free all-in-one Redis Enterprise Cloud database to start exploring these capabilities.
87+
Use your free all-in-one Redis Cloud database to start exploring these capabilities.
8888
</EuiText>
8989
)), [freeInstance])
9090

redisinsight/ui/src/components/notifications/components/infinite-messages/InfiniteMessages.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const INFINITE_MESSAGES = {
5555
>
5656
<EuiTitle className="infiniteMessage__title"><span>Congratulations!</span></EuiTitle>
5757
<EuiText size="xs">
58-
You can now use your Redis Stack database in Redis Enterprise Cloud
58+
You can now use your Redis Stack database in Redis Cloud
5959
to start exploring all its developer capabilities via RedisInsight tutorials.
6060
</EuiText>
6161
<EuiSpacer size="m" />
@@ -84,7 +84,7 @@ export const INFINITE_MESSAGES = {
8484
onMouseUp={(e) => { e.preventDefault() }}
8585
data-testid="database-exists-notification"
8686
>
87-
<EuiTitle className="infiniteMessage__title"><span>You already have a free Redis Enterprise Cloud subscription.</span></EuiTitle>
87+
<EuiTitle className="infiniteMessage__title"><span>You already have a free Redis Cloud subscription.</span></EuiTitle>
8888
<EuiText size="xs">
8989
Do you want to import your existing database into RedisInsight?
9090
</EuiText>
@@ -125,7 +125,7 @@ export const INFINITE_MESSAGES = {
125125
onMouseUp={(e) => { e.preventDefault() }}
126126
data-testid="subscription-exists-notification"
127127
>
128-
<EuiTitle className="infiniteMessage__title"><span>Your subscription does not have a free Redis Enterprise Cloud database.</span></EuiTitle>
128+
<EuiTitle className="infiniteMessage__title"><span>Your subscription does not have a free Redis Cloud database.</span></EuiTitle>
129129
<EuiText size="xs">
130130
Do you want to create a free database in your existing subscription?
131131
</EuiText>

redisinsight/ui/src/components/oauth/oauth-select-account-dialog/OAuthSelectAccountDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const OAuthSelectAccountDialog = () => {
125125
<EuiModalBody className={styles.modalBody}>
126126
<section className={styles.content}>
127127
<EuiTitle size="s">
128-
<h3 className={styles.title}>Connect to Redis Enterprise Cloud</h3>
128+
<h3 className={styles.title}>Connect to Redis Cloud</h3>
129129
</EuiTitle>
130130
<EuiText className={styles.subTitle}>
131131
Select an account to connect to:

redisinsight/ui/src/components/oauth/oauth-sign-in-dialog/OAuthSignInDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const OAuthSignInDialog = () => {
4444
<EuiFlexItem grow={false} className={styles.advantages}>
4545
<div className={styles.advantagesContent}>
4646
<EuiTitle size="s">
47-
<h3 className={styles.title}>Get started with Redis Enterprise Cloud</h3>
47+
<h3 className={styles.title}>Get started with Redis Cloud</h3>
4848
</EuiTitle>
4949
{OAuthAdvantages.map(({ icon, text, title }) => (
5050
<EuiText className={styles.advantage} key={text?.toString()}>

redisinsight/ui/src/components/oauth/oauth-social/OAuthSocial.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const OAuthSocial = ({ type = OAuthSocialType.Modal, hideTitle = false }: Props)
104104
<EuiText className={styles.text} color="subdued">
105105
Auto-discover subscriptions and add your databases.
106106
<br />
107-
A new Redis Enterprise Cloud account will be created for you if you don’t have one.
107+
A new Redis Cloud account will be created for you if you don’t have one.
108108
</EuiText>
109109
<div className={styles.buttonsAuto}>
110110
{buttons}

redisinsight/ui/src/constants/mocks/mock-recommendations.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
414414
type: 'link',
415415
value: {
416416
href: 'https://redis.com/redis-enterprise-cloud/overview/',
417-
name: 'Redis Enterprise Cloud'
417+
name: 'Redis Cloud'
418418
}
419419
},
420420
{
@@ -558,7 +558,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
558558
type: 'link',
559559
value: {
560560
href: 'https://redis.com/redis-enterprise-cloud/overview/',
561-
name: 'Redis Enterprise Cloud'
561+
name: 'Redis Cloud'
562562
}
563563
},
564564
{
@@ -719,7 +719,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
719719
type: 'link',
720720
value: {
721721
href: 'https://redis.com/redis-enterprise-cloud/overview/',
722-
name: 'Redis Enterprise Cloud'
722+
name: 'Redis Cloud'
723723
}
724724
},
725725
{
@@ -997,7 +997,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
997997
type: 'link',
998998
value: {
999999
href: 'https://redis.com/redis-enterprise-cloud/overview/',
1000-
name: 'Redis Enterprise Cloud'
1000+
name: 'Redis Cloud'
10011001
}
10021002
},
10031003
{
@@ -1089,7 +1089,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
10891089
type: 'link',
10901090
value: {
10911091
href: 'https://redis.com/redis-enterprise-cloud/overview/',
1092-
name: 'Redis Enterprise Cloud'
1092+
name: 'Redis Cloud'
10931093
}
10941094
},
10951095
{
@@ -1218,7 +1218,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
12181218
type: 'link',
12191219
value: {
12201220
href: 'https://redis.com/redis-enterprise-cloud/overview/',
1221-
name: 'Redis Enterprise Cloud'
1221+
name: 'Redis Cloud'
12221222
}
12231223
},
12241224
{
@@ -1399,7 +1399,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
13991399
type: 'link',
14001400
value: {
14011401
href: 'https://redis.com/redis-enterprise-cloud/overview/',
1402-
name: 'Redis Enterprise Cloud'
1402+
name: 'Redis Cloud'
14031403
}
14041404
},
14051405
{
@@ -1479,7 +1479,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
14791479
type: 'link',
14801480
value: {
14811481
href: 'https://redis.com/redis-enterprise-cloud/overview/',
1482-
name: 'Redis Enterprise Cloud'
1482+
name: 'Redis Cloud'
14831483
}
14841484
},
14851485
{
@@ -1548,7 +1548,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
15481548
type: 'link',
15491549
value: {
15501550
href: 'https://redis.com/redis-enterprise-cloud/overview/',
1551-
name: 'Redis Enterprise Cloud'
1551+
name: 'Redis Cloud'
15521552
}
15531553
},
15541554
{
@@ -1625,7 +1625,7 @@ export const MOCK_RECOMMENDATIONS: IRecommendationsStatic = {
16251625
type: 'link',
16261626
value: {
16271627
href: 'https://redis.com/redis-enterprise-cloud/overview/',
1628-
name: 'Redis Enterprise Cloud'
1628+
name: 'Redis Cloud'
16291629
}
16301630
},
16311631
{

redisinsight/ui/src/pages/home/components/DatabasesListComponent/DatabasesListWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const DatabasesListWrapper = ({
363363
<>
364364
{instance.cloudDetails && (
365365
<EuiToolTip
366-
content="Go to Redis Enterprise Cloud"
366+
content="Go to Redis Cloud"
367367
>
368368
<EuiLink
369369
target="_blank"

redisinsight/ui/src/pages/home/components/WelcomeComponent/WelcomeComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const Welcome = ({ onAddInstance }: Props) => {
7171
buttons: [
7272
{
7373
title: 'Import Redis Cloud database connections',
74-
description: 'Sign in to your Redis Enterprise Cloud account to discover and add databases',
74+
description: 'Sign in to your Redis Cloud account to discover and add databases',
7575
iconType: CloudIcon,
7676
iconClassName: styles.cloudIcon,
7777
feature: FeatureFlags.cloudSso,

redisinsight/ui/src/pages/redisCloudDatabases/RedisCloudDatabases/RedisCloudDatabases.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const RedisCloudDatabasesPage = ({
186186
<div className="databaseContainer">
187187
<EuiTitle size="s" className={styles.title} data-testid="title">
188188
<h1>
189-
Redis Enterprise Cloud Databases
189+
Redis Cloud Databases
190190
</h1>
191191
</EuiTitle>
192192

@@ -195,7 +195,7 @@ const RedisCloudDatabasesPage = ({
195195
These are
196196
{' '}
197197
{items.length > 1 ? 'databases ' : 'database '}
198-
in your Redis Enterprise cloud. Select the
198+
in your Redis Cloud. Select the
199199
{items.length > 1 ? ' databases ' : ' database '}
200200
{' '}
201201
that you

0 commit comments

Comments
 (0)