From dd04f650f8e4bc7b65691442ae08ee19e50ca5fd Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 7 Apr 2020 00:14:37 +1000 Subject: [PATCH] changes --- ts/components/conversation/ResetSessionNotification.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/conversation/ResetSessionNotification.tsx b/ts/components/conversation/ResetSessionNotification.tsx index 2d0394df3..92ab7c654 100644 --- a/ts/components/conversation/ResetSessionNotification.tsx +++ b/ts/components/conversation/ResetSessionNotification.tsx @@ -14,6 +14,7 @@ export class ResetSessionNotification extends React.Component { return (
{i18n(sessionResetMessageKey)} + the fairies are coming home
); }