Make titles consistent for modify modals

Also CSS change for when the weapon name breaks onto a new line
This commit is contained in:
Justin Edmund 2023-12-05 10:34:42 -08:00
parent 5449297a48
commit c2dfc5ac92
3 changed files with 4 additions and 3 deletions

View file

@ -40,6 +40,7 @@
.title { .title {
color: var(--text-primary); color: var(--text-primary);
font-size: $font-xlarge; font-size: $font-xlarge;
line-height: 1.3;
h1 { h1 {
color: var(--text-primary); color: var(--text-primary);

View file

@ -191,7 +191,7 @@
"title": "Changelog" "title": "Changelog"
}, },
"characters": { "characters": {
"title": "Character", "title": "Modify character",
"subtitles": { "subtitles": {
"ring": "Over Mastery", "ring": "Over Mastery",
"earring": "Aetherial Mastery", "earring": "Aetherial Mastery",
@ -434,7 +434,7 @@
} }
}, },
"weapon": { "weapon": {
"title": "Modify Weapon", "title": "Modify weapon",
"buttons": { "buttons": {
"confirm": "Save weapon", "confirm": "Save weapon",
"remove": "Remove weapon" "remove": "Remove weapon"

View file

@ -190,7 +190,7 @@
"title": "変更ログ" "title": "変更ログ"
}, },
"characters": { "characters": {
"title": "キャラクター", "title": "キャラクター変更",
"subtitles": { "subtitles": {
"ring": "EXリミットボーナス", "ring": "EXリミットボーナス",
"earring": "エーテリアルプラス", "earring": "エーテリアルプラス",