From 3509692055912b5796d9dac7b922e1a11e8b94b8 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Sun, 3 Apr 2022 19:22:56 +0530 Subject: [PATCH] chore: Fix brand name in survey translations (#4360) --- app/javascript/survey/i18n/locale/ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/survey/i18n/locale/ar.json b/app/javascript/survey/i18n/locale/ar.json index 945c640a2..9cd0cc6d1 100644 --- a/app/javascript/survey/i18n/locale/ar.json +++ b/app/javascript/survey/i18n/locale/ar.json @@ -15,5 +15,5 @@ "ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً" } }, - "POWERED_BY": "مدعوم بواسطة تشات وت" + "POWERED_BY": "مدعوم بواسطة Chatwoot" }