Skip to content

Commit 29a5bd1

Browse files
authored
fix: update Japanese jp-cloud wording (#2780)
1 parent fb16c2f commit 29a5bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/jp-cloud/JpCloudSocialProof.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const stats = [
2121
{
2222
getValue: () => (DOCKER_PULLS / 1_000_000).toFixed(0) + "M+",
2323
en: "Docker Pulls",
24-
jp: "Docker プル",
24+
jp: "Docker Pull",
2525
},
2626
];
2727

components/jp-cloud/JpCloudValueProps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const valueProps = [
4141
enDescription:
4242
"LLM observability, AI app debugging, prompt management, evaluation, and metrics — all available in the Japan region.",
4343
jpDescription:
44-
"LLM監視ツール、AIアプリデバッグ、プロンプト管理、評価、メトリクスなど、Langfuseのすべての機能をご利用いただけます。",
44+
"LLM オブザーバビリティ、AIアプリデバッグ、プロンプト管理、評価、メトリクスなど、Langfuseのすべての機能をご利用いただけます。",
4545
},
4646
];
4747

0 commit comments

Comments
 (0)