Improved contents

This commit is contained in:
dqj
2026-01-08 18:54:28 +09:00
parent 9fe9839fdb
commit b1218c317b
7 changed files with 16 additions and 16 deletions

View File

@@ -75,7 +75,7 @@
const i18n_messages = new Map();
var lang_map = new Map();
lang_map.set("en-US", "amiPro - the easiest to integrate Passkeys cloud service");
lang_map.set("en-US", "amiPro - The easiest-to-integrate Passkey cloud service");
lang_map.set("zh-CN", "amiPro - 最易集成的Passkey云服务");
lang_map.set("ja", "amiPro - 最も簡単に統合できるパスキー・クラウド・サービス");
i18n_messages.set("label_welcome", lang_map);