Add raid placeholder string to locale

This commit is contained in:
Justin Edmund 2023-06-05 03:29:40 -07:00
parent 715fa021de
commit 9ab9520ac9
2 changed files with 8 additions and 1 deletions

View file

@ -384,6 +384,9 @@
} }
} }
}, },
"raids": {
"placeholder": "Select a raid..."
},
"saved": { "saved": {
"title": "Your saved Teams", "title": "Your saved Teams",
"loading": "Loading saved teams...", "loading": "Loading saved teams...",
@ -403,7 +406,8 @@
"summon": "Search for a summon...", "summon": "Search for a summon...",
"character": "Search for a character...", "character": "Search for a character...",
"job_skill": "Search job skills...", "job_skill": "Search job skills...",
"guidebook": "Search guidebooks..." "guidebook": "Search guidebooks...",
"raid": "Search raids..."
} }
}, },
"teams": { "teams": {

View file

@ -385,6 +385,9 @@
} }
} }
}, },
"raids": {
"placeholder": "バトルを選択..."
},
"saved": { "saved": {
"title": "保存した編成", "title": "保存した編成",
"loading": "ロード中...", "loading": "ロード中...",