From 53817c3171388c212848b69a95cfc93a4c0d2b8c Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 27 Jul 2021 10:13:35 +0530 Subject: [PATCH] feat(locale): added context to terms --- app/config/locale/terms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/terms.json b/app/config/locale/terms.json index 8019e8aa8..637ddc194 100644 --- a/app/config/locale/terms.json +++ b/app/config/locale/terms.json @@ -61,7 +61,7 @@ }, { "term": "locale.country.unknown", - "context": "🤑", + "context": "This string is used as the country name in case of a missing [ country_code => country_name ] mapping.", "comment": "", "reference": "" },