summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locales/ja-JP.yml2
-rw-r--r--packages/frontend/src/pages/settings/migration.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 3225ff6216..1958b649d4 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -704,7 +704,7 @@ useSystemFont: "システムのデフォルトのフォントを使う"
clips: "クリップ"
experimentalFeatures: "実験的機能"
experimental: "実験的"
-ThisIsExperimentalFeature: "これは実験的な機能です。仕様が変更されたり、正常に動作しなかったりする可能性があります。"
+thisIsExperimentalFeature: "これは実験的な機能です。仕様が変更されたり、正常に動作しなかったりする可能性があります。"
developer: "開発者"
makeExplorable: "アカウントを見つけやすくする"
makeExplorableDescription: "オフにすると、「みつける」にアカウントが載らなくなります。"
diff --git a/packages/frontend/src/pages/settings/migration.vue b/packages/frontend/src/pages/settings/migration.vue
index fa4da0dae3..277f9f5387 100644
--- a/packages/frontend/src/pages/settings/migration.vue
+++ b/packages/frontend/src/pages/settings/migration.vue
@@ -1,7 +1,7 @@
<template>
<div class="_gaps_m">
<FormInfo warn>
- {{ i18n.ts.ThisIsExperimentalFeature }}
+ {{ i18n.ts.thisIsExperimentalFeature }}
</FormInfo>
<MkFolder :default-open="true">
<template #icon><i class="ti ti-plane-arrival"></i></template>