diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 9ebe1e98..0ea834fc 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -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": { diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index ea1e5675..95513810 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -385,6 +385,9 @@ } } }, + "raids": { + "placeholder": "バトルを選択..." + }, "saved": { "title": "保存した編成", "loading": "ロード中...",