diff --git a/components/common/DialogHeader/index.module.scss b/components/common/DialogHeader/index.module.scss index ea8a9da1..684aae59 100644 --- a/components/common/DialogHeader/index.module.scss +++ b/components/common/DialogHeader/index.module.scss @@ -40,6 +40,7 @@ .title { color: var(--text-primary); font-size: $font-xlarge; + line-height: 1.3; h1 { color: var(--text-primary); diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 734698e0..731a46d5 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -191,7 +191,7 @@ "title": "Changelog" }, "characters": { - "title": "Character", + "title": "Modify character", "subtitles": { "ring": "Over Mastery", "earring": "Aetherial Mastery", @@ -434,7 +434,7 @@ } }, "weapon": { - "title": "Modify Weapon", + "title": "Modify weapon", "buttons": { "confirm": "Save weapon", "remove": "Remove weapon" diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 435a8a19..e3899838 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -190,7 +190,7 @@ "title": "変更ログ" }, "characters": { - "title": "キャラクター", + "title": "キャラクター変更", "subtitles": { "ring": "EXリミットボーナス", "earring": "エーテリアルプラス",