Skip to content

Commit 7f68763

Browse files
committed
RI-7660: change Redis Stack to Redis Cloud
1 parent 6a35ef5 commit 7f68763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

l10n/bundle.l10n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
"Creating a free Redis Cloud database…": "Creating a free Redis Cloud database…",
302302
"Importing a free Redis Cloud database…": "Importing a free Redis Cloud database…",
303303
"This may take several minutes, but it is totally worth it!": "This may take several minutes, but it is totally worth it!",
304-
"You can now use your Redis Stack database in Redis Cloud": "You can now use your Redis Stack database in Redis Cloud",
304+
"You can now use your Redis Cloud database in Redis Cloud": "You can now use your Redis Cloud database in Redis Cloud",
305305
" with pre-loaded sample data": " with pre-loaded sample data",
306306
"Congratulations!": "Congratulations!",
307307
"Notice: ": "Notice: ",

src/webviews/src/components/notifications/infinite-messages/InfiniteMessages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const INFINITE_MESSAGES = {
6969
SUCCESS_CREATE_DB: (jobName: Maybe<CloudJobName>, onSuccess?: () => void) => {
7070
const withFeed = jobName
7171
&& [CloudJobName.CreateFreeDatabase, CloudJobName.CreateFreeSubscriptionAndDatabase].includes(jobName)
72-
const text = `${l10n.t('You can now use your Redis Stack database in Redis Cloud')}${withFeed ? l10n.t(' with pre-loaded sample data') : ''}.`
72+
const text = `${l10n.t('You can now use your Redis Cloud database in Redis Cloud')}${withFeed ? l10n.t(' with pre-loaded sample data') : ''}.`
7373
return ({
7474
id: InfiniteMessagesIds.oAuthSuccess,
7575
Inner: (

0 commit comments

Comments
 (0)