ThisIsExperimentalFeature → thisIsExperimentalFeature

This commit is contained in:
tamaina 2023-04-30 12:11:43 +00:00
parent 7de59a80a2
commit 5f4d20ac1d
2 changed files with 2 additions and 2 deletions

View File

@ -704,7 +704,7 @@ useSystemFont: "システムのデフォルトのフォントを使う"
clips: "クリップ"
experimentalFeatures: "実験的機能"
experimental: "実験的"
ThisIsExperimentalFeature: "これは実験的な機能です。仕様が変更されたり、正常に動作しなかったりする可能性があります。"
thisIsExperimentalFeature: "これは実験的な機能です。仕様が変更されたり、正常に動作しなかったりする可能性があります。"
developer: "開発者"
makeExplorable: "アカウントを見つけやすくする"
makeExplorableDescription: "オフにすると、「みつける」にアカウントが載らなくなります。"

View File

@ -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>