From 42788adb75f7d23e68327688b1c542dd047e9609 Mon Sep 17 00:00:00 2001 From: sct Date: Tue, 8 Dec 2020 14:38:47 +0000 Subject: [PATCH] fix(lang): fix missing i18n string for agent enabled in email notification page --- src/components/Settings/Notifications/NotificationsEmail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Settings/Notifications/NotificationsEmail.tsx b/src/components/Settings/Notifications/NotificationsEmail.tsx index d581f4238..02cf0d917 100644 --- a/src/components/Settings/Notifications/NotificationsEmail.tsx +++ b/src/components/Settings/Notifications/NotificationsEmail.tsx @@ -86,7 +86,7 @@ const NotificationsEmail: React.FC = () => { htmlFor="isDefault" className="block text-sm font-medium leading-5 text-gray-400 sm:mt-px sm:pt-2" > - Agent Enabled + {intl.formatMessage(messages.agentenabled)}