Skip to content

Commit 61a837a

Browse files
authored
RI-6835: Rename the "free" to "free trial" Cloud db (#258)
* change `free` to `free trial` * remove typo * ran l10n:collect
1 parent 3b9dca1 commit 61a837a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

l10n/bundle.l10n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@
136136
"This database does not support the JSON data structure. Learn more about JSON support ": "This database does not support the JSON data structure. Learn more about JSON support ",
137137
"here. ": "here. ",
138138
"You can also create a ": "You can also create a ",
139-
"free Redis Cloud database": "free Redis Cloud database",
139+
"free trial Redis Cloud database": "free trial Redis Cloud database",
140140
" with built-in JSON support.": " with built-in JSON support.",
141141
"If you remove the single {0}, the whole Key will be deleted.": "If you remove the single {0}, the whole Key will be deleted.",
142142
"Removing multiple elements is available for Redis databases v. 6.2 or later. Update your Redis database or create a new ": "Removing multiple elements is available for Redis databases v. 6.2 or later. Update your Redis database or create a new ",
143-
"free up-to-date": "free up-to-date",
143+
"free up-to-date trial": "free up-to-date trial",
144144
" Redis database.": " Redis database.",
145145
"Database has been added": "Database has been added",
146146
" has been added to Redis for VS Code.": " has been added to Redis for VS Code.",

src/webviews/src/constants/window/helpTexts.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const helpTexts = {
2626
target="_blank"
2727
data-test-subj="no-json-module-try-free"
2828
>
29-
{l10n.t('free Redis Cloud database')}
29+
{l10n.t('free trial Redis Cloud database')}
3030
</Link>
3131
{l10n.t(' with built-in JSON support.')}
3232
</>
@@ -48,7 +48,7 @@ export const helpTexts = {
4848
target="_blank"
4949
data-test-subj="no-json-module-try-free"
5050
>
51-
{l10n.t('free up-to-date')}
51+
{l10n.t('free up-to-date trial')}
5252
</Link>
5353
{l10n.t(' Redis database.')}
5454
</>

0 commit comments

Comments
 (0)