diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index f4dacb9e1..39e11fe12 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1249,7 +1249,8 @@ "sizelimit": "The selected items exceed the size limit.", "sub_status": { "expired": "The subscription for this shop has expired. Please contact Sales to reactivate.", - "trial-expired": "The trial for this shop has expired. Please contact Sales to reactivate." + "trial-expired": "The trial for this shop has expired. Please contact Sales to reactivate.", + "undefined": "The subscription for this shop is removed. Please contact Sales to reactivate." }, "submit-for-testing": "Error submitting Job for testing." }, diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index c839c2171..84a6fcbf9 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1249,7 +1249,8 @@ "sizelimit": "", "sub_status": { "expired": "", - "trial-expired": "" + "trial-expired": "", + "undefined": "" }, "submit-for-testing": "" }, diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 9dce10880..703afe3e2 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1249,7 +1249,8 @@ "sizelimit": "", "sub_status": { "expired": "", - "trial-expired": "" + "trial-expired": "", + "undefined": "" }, "submit-for-testing": "" },