Skip to content

Commit e2e13d5

Browse files
authored
RI-6835 UI updates (#4395)
* replace `Redis-Stack-in-Redis-Enterprise-Cloud` with `Redis-Cloud` * replace `You can now use your Redis Stack database in Redis Cloud with pre-load sample data` with `You can now use your Redis Cloud database with pre-load sample data` * replace `free database` with `free trial database` * RI-6835 p.6: "Your free Redis Cloud DB is waiting." → "Your free trial Redis Cloud DB is waiting." "Free Cloud DBs auto-delete after 15 days of inactivity." → "Free trial Cloud DBs auto-delete after 15 days of inactivity." * RI-6835 replace as many `free database` with `free trial database` as Ihave found
1 parent 3cac4e6 commit e2e13d5

File tree

31 files changed

+52
-52
lines changed

31 files changed

+52
-52
lines changed

redisinsight/api/config/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export default {
252252
capiUrl: process.env.RI_CLOUD_CAPI_URL || 'https://api-k8s-cloudapi.qa.redislabs.com/v1',
253253
capiKeyName: process.env.RI_CLOUD_CAPI_KEY_NAME || 'RedisInsight',
254254
freeSubscriptionName: process.env.RI_CLOUD_FREE_SUBSCRIPTION_NAME || 'My free subscription',
255-
freeDatabaseName: process.env.RI_CLOUD_FREE_DATABASE_NAME || 'Redis-Stack-in-Redis-Enterprise-Cloud',
255+
freeDatabaseName: process.env.RI_CLOUD_FREE_DATABASE_NAME || 'Redis-Cloud',
256256
defaultPlanRegion: process.env.RI_CLOUD_DEFAULT_PLAN_REGION || 'eu-west-1',
257257
jobIterationInterval: parseInt(process.env.RI_CLOUD_JOB_ITERATION_INTERVAL, 10) || 10_000, // 10 sec
258258
discoveryTimeout: parseInt(process.env.RI_CLOUD_DISCOVERY_TIMEOUT, 10) || 60 * 1000, // 1 min

redisinsight/api/config/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
capiUrl: process.env.RI_CLOUD_CAPI_URL || 'https://api-k8s-cloudapi.qa.redislabs.com/v1',
3131
capiKeyName: process.env.RI_CLOUD_CAPI_KEY_NAME || 'RedisInsight',
3232
freeSubscriptionName: process.env.RI_CLOUD_FREE_SUBSCRIPTION_NAME || 'My free subscription',
33-
freeDatabaseName: process.env.RI_CLOUD_FREE_DATABASE_NAME || 'Redis-Stack-in-Redis-Enterprise-Cloud',
33+
freeDatabaseName: process.env.RI_CLOUD_FREE_DATABASE_NAME || 'Redis-Cloud',
3434
defaultPlanRegion: process.env.RI_CLOUD_DEFAULT_PLAN_REGION || 'eu-west-1',
3535
jobIterationInterval: parseInt(process.env.RI_CLOUD_JOB_ITERATION_INTERVAL, 10) || 10_000, // 10 sec
3636
discoveryTimeout: parseInt(process.env.RI_CLOUD_DISCOVERY_TIMEOUT, 10) || 60 * 1000, // 1 min

redisinsight/api/src/constants/error-messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default {
110110
CLOUD_TASK_NOT_FOUND: 'Cloud task was not found',
111111
CLOUD_DATABASE_IN_FAILED_STATE: 'Cloud database is in the failed state',
112112
CLOUD_DATABASE_IN_UNEXPECTED_STATE: 'Cloud database is in unexpected state',
113-
CLOUD_DATABASE_ALREADY_EXISTS_FREE: 'Free database already exists',
113+
CLOUD_DATABASE_ALREADY_EXISTS_FREE: 'Free trial database already exists',
114114
CLOUD_PLAN_NOT_FOUND_FREE: 'Unable to find free cloud plan',
115115
CLOUD_SUBSCRIPTION_ALREADY_EXISTS_FREE: 'Free subscription already exists',
116116
COMMON_DEFAULT_IMPORT_ERROR: 'Unable to import default data',

redisinsight/api/src/modules/cloud/database/cloud-database.capi.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class CloudDatabaseCapiService {
7070
}
7171

7272
/**
73-
* Creating free database along with subscription if needed
73+
* Creating free trial database along with subscription if needed
7474
* @param authDto
7575
* @param dto
7676
*/

redisinsight/ui/src/components/messages/database-not-opened/DatabaseNotOpened.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const DatabaseNotOpened = (props: Props) => {
3939
}}
4040
data-testid="tutorials-get-started-link"
4141
>
42-
Create a free Redis Cloud database
42+
Create a free trial Redis Cloud database
4343
</ExternalLink>
4444
)}
4545
</OAuthSsoHandlerDialog>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const FilterNotAvailable = ({ onClose } : { onClose?: () => void }) => {
3333
{!!freeInstances.length && (
3434
<>
3535
<EuiText color="subdued">
36-
Use your free all-in-one Redis Cloud database to start exploring these capabilities.
36+
Use your free trial all-in-one Redis Cloud database to start exploring these capabilities.
3737
</EuiText>
3838
<EuiSpacer size="l" />
3939
<OAuthConnectFreeDb
@@ -46,7 +46,7 @@ const FilterNotAvailable = ({ onClose } : { onClose?: () => void }) => {
4646
{!freeInstances.length && (
4747
<>
4848
<EuiText color="subdued">
49-
Create a free Redis Stack database that supports filtering and extends
49+
Create a free trial Redis Stack database that supports filtering and extends
5050
the core capabilities of your Redis.
5151
</EuiText>
5252
<EuiSpacer size="l" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const ModuleNotLoadedMinimalized = (props: Props) => {
7979
{!!freeDbWithModule && (
8080
<>
8181
<EuiText color="subdued" size="s">
82-
Use your free all-in-one Redis Cloud database to start exploring these capabilities.
82+
Use your free trial all-in-one Redis Cloud database to start exploring these capabilities.
8383
</EuiText>
8484
<EuiSpacer size="s" />
8585
<OAuthConnectFreeDb

redisinsight/ui/src/components/messages/module-not-loaded-minimalized/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ export const MODULE_CAPABILITY_TEXT_NOT_AVAILABLE: { [key in RedisDefaultModules
66
} } = {
77
[RedisDefaultModules.Bloom]: {
88
title: 'Probabilistic data structures are not available',
9-
text: 'Create a free Redis Stack database with probabilistic data structures that extend the core capabilities of your Redis.'
9+
text: 'Create a free trial Redis Stack database with probabilistic data structures that extend the core capabilities of your Redis.'
1010
},
1111
[RedisDefaultModules.ReJSON]: {
1212
title: 'JSON data structure is not available',
13-
text: 'Create a free Redis Stack database with JSON capability that extends the core capabilities of your Redis.'
13+
text: 'Create a free trial Redis Stack database with JSON capability that extends the core capabilities of your Redis.'
1414
},
1515
[RedisDefaultModules.Search]: {
1616
title: 'Redis Query Engine capability is not available',
17-
text: 'Create a free Redis Stack database with search and query features that extend the core capabilities of your Redis.'
17+
text: 'Create a free trial Redis Stack database with search and query features that extend the core capabilities of your Redis.'
1818
},
1919
[RedisDefaultModules.TimeSeries]: {
2020
title: 'Time series data structure is not available',
21-
text: 'Create a free Redis Stack database with the time series data structure that extends the core capabilities of your Redis.'
21+
text: 'Create a free trial Redis Stack database with the time series data structure that extends the core capabilities of your Redis.'
2222
},
2323
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ const ModuleNotLoaded = ({ moduleName, id, type = 'workbench', onClose }: IProps
7474

7575
const renderText = useCallback((moduleName?: string) => (!freeDbWithModule ? (
7676
<EuiText className={cx(styles.text, styles.marginBottom)}>
77-
{`Create a free Redis Stack database with ${moduleName} which extends the core capabilities of your Redis`}
77+
{`Create a free trial Redis Stack database with ${moduleName} which extends the core capabilities of your Redis`}
7878
</EuiText>
7979
) : (
8080
<EuiText className={cx(styles.text, styles.marginBottom, styles.textFooter)}>
81-
Use your free all-in-one Redis Cloud database to start exploring these capabilities.
81+
Use your free trial all-in-one Redis Cloud database to start exploring these capabilities.
8282
</EuiText>
8383
)), [freeDbWithModule])
8484

redisinsight/ui/src/components/navigation-menu/components/create-cloud/CreateCloud.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const CreateCloud = () => {
2626

2727
return (
2828
<EuiToolTip
29-
content="Create FREE Redis Cloud database"
29+
content="Create FREE trial Redis Cloud database"
3030
position="right"
3131
>
3232
<span className={cx(styles.iconNavItem)}>

0 commit comments

Comments
 (0)