From 9ab9520ac9ee09bb9d23ec7faac8ee883ca11f38 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 5 Jun 2023 03:29:40 -0700 Subject: [PATCH] Add raid placeholder string to locale --- public/locales/en/common.json | 6 +++++- public/locales/ja/common.json | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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": "ロード中...",