diff --git a/src/locales/cb/common.json b/src/locales/cb/common.json index ec7e7df28..ba777c525 100644 --- a/src/locales/cb/common.json +++ b/src/locales/cb/common.json @@ -93,5 +93,6 @@ "pt": "Português", "ph": "Tagalog", "cb": "Cebuano" - } + }, + "noResults": "No results found" } diff --git a/src/locales/es/common.json b/src/locales/es/common.json index 9ddb10e5b..78d799528 100644 --- a/src/locales/es/common.json +++ b/src/locales/es/common.json @@ -93,5 +93,6 @@ "pt": "Português", "ph": "Tagalog", "cb": "Cebuano" - } + }, + "noResults": "No results found" } diff --git a/src/locales/ph/common.json b/src/locales/ph/common.json index fc30eb7ba..b52268739 100644 --- a/src/locales/ph/common.json +++ b/src/locales/ph/common.json @@ -93,5 +93,6 @@ "pt": "Português", "ph": "Tagalog", "cb": "Cebuano" - } + }, + "noResults": "No results found" } diff --git a/src/locales/pt/common.json b/src/locales/pt/common.json index bde7db9a5..9d1dcaf3a 100644 --- a/src/locales/pt/common.json +++ b/src/locales/pt/common.json @@ -93,5 +93,6 @@ "pt": "Português", "ph": "Tagalog", "cb": "Cebuano" - } + }, + "noResults": "No results found" } diff --git a/src/locales/zh/common.json b/src/locales/zh/common.json index afb12d838..fdd12bd1c 100644 --- a/src/locales/zh/common.json +++ b/src/locales/zh/common.json @@ -93,5 +93,6 @@ "pt": "Português", "ph": "Tagalog", "cb": "Cebuano" - } + }, + "noResults": "No results found" }