From 8e9d22bdb3d35d87291f16482aa8cab571059ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Guti=C3=A9rrez?= Date: Fri, 2 Oct 2020 09:37:53 -0600 Subject: [PATCH] [4.3] MACT-83: Update call restriction descriptions (#155) --- i18n/en-US.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/i18n/en-US.json b/i18n/en-US.json index 6e81f12..1b964ad 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -466,16 +466,16 @@ "caribbean": "Caribbean", "did_us": "US DID", "international": "US International", - "unknowkn": "Other" + "unknown": "Other" }, "help": { - "tollfree_us": "Allows calls on the account to be placed to US TollFree numbers.", - "toll_us": "Allows calls on the account to be placed to US Toll numbers.", - "emergency": "Allows calls on the account to be placed to Emergency Dispatch numbers.", - "caribbean": "Allows calls on the account to be placed to Caribbean numbers.", - "did_us": "Allows calls on the account to be placed to US DID numbers.", - "international": "Allows calls on the account to be placed to International numbers.", - "unknowkn": "Allows calls on the account to be placed to all other numbers." + "tollfree_us": "Allows calls to US TollFree numbers.", + "toll_us": "Allows calls to US Toll numbers.", + "emergency": "Allows calls to Emergency Dispatch numbers.", + "caribbean": "Allows calls to Caribbean numbers.", + "did_us": "Allows calls to US DID numbers.", + "international": "Allows calls to International numbers.", + "unknown": "Allows calls to all other numbers." } } },