Skip to content

Commit 44b6693

Browse files
committed
#RIVS-262 - [Regression] Stage build from CI not connected to amplitude account
1 parent 17bd870 commit 44b6693

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

l10n/bundle.l10n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"Use CLI to edit the score": "Use CLI to edit the score",
5454
"Enter Score": "Enter Score",
5555
"This data type is not currently supported.": "This data type is not currently supported.",
56-
"We are constantly working to launch support for more data types. If you have any ideas or suggestions, please ": "We are constantly working to launch support for more data types. If you have any ideas or suggestions, please ",
57-
"contact us.": "contact us.",
56+
"See our repository for the list of ": "See our repository for the list of ",
57+
"supported data types.": "supported data types.",
5858
"Edit value": "Edit value",
5959
"Empty": "Empty",
6060
"loading...": "loading...",
@@ -315,4 +315,4 @@
315315
"Add": "Add",
316316
"Release Notes": "Release Notes",
317317
"Redis for VS Code extension updated to {0}.": "Redis for VS Code extension updated to {0}."
318-
}
318+
}

src/webviews/src/modules/key-details/components/unsupported-type-details/UnsupportedTypeDetails.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ export const UnsupportedTypeDetails = () => (
1111
<div className={styles.textWrapper}>
1212
<h3>{l10n.t('This data type is not currently supported.')}</h3>
1313
<div>
14-
{l10n.t('We are constantly working to launch support for more data types. If you have any ideas or suggestions, please ')}
15-
14+
{l10n.t('See our repository for the list of ')}
1615
<Link
1716
target="_blank"
1817
href={EXTERNAL_LINKS.githubIssues}
1918
data-testid="unsupported-key-github-btn"
2019
>
21-
{l10n.t('contact us.')}
20+
{l10n.t('supported data types.')}
2221
</Link>
2322
</div>
2423
</div>

0 commit comments

Comments
 (0)