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": {
"title": "Your saved Teams",
"loading": "Loading saved teams...",
@ -403,7 +406,8 @@
"summon": "Search for a summon...",
"character": "Search for a character...",
"job_skill": "Search job skills...",
"guidebook": "Search guidebooks..."
"guidebook": "Search guidebooks...",
"raid": "Search raids..."
}
},
"teams": {

View file

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