Skip to content

Commit 4678f77

Browse files
fix missed space
1 parent 087f35e commit 4678f77

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
@@ -103,7 +103,7 @@
103103
"Key name*": "Key name*",
104104
"Encrypted data": "Encrypted data",
105105
"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 ",
106-
"here.": "here.",
106+
"here. ": "here. ",
107107
"You can also create a ": "You can also create a ",
108108
"free Redis Cloud database": "free Redis Cloud database",
109109
" with built-in JSON support.": " with built-in JSON support.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const helpTexts = {
1717
target="_blank"
1818
data-test-subj="no-json-module-info"
1919
>
20-
{l10n.t('here.')}
20+
{l10n.t('here. ')}
2121
</Link>
2222
{l10n.t('You can also create a ')}
2323
<Link

0 commit comments

Comments
 (0)