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 {
color: var(--text-primary);
font-size: $font-xlarge;
line-height: 1.3;
h1 {
color: var(--text-primary);

View file

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

View file

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