From 2332cdb5d8452e598675b395c96547c82dd32c45 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 30 Jan 2020 20:47:46 +0000 Subject: [PATCH] full stop Co-Authored-By: J. Ryan Stinnett --- src/components/views/messages/EncryptionEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/messages/EncryptionEvent.js b/src/components/views/messages/EncryptionEvent.js index b7c13c0a05..a475666e88 100644 --- a/src/components/views/messages/EncryptionEvent.js +++ b/src/components/views/messages/EncryptionEvent.js @@ -43,7 +43,7 @@ export default class EncryptionEvent extends React.Component { } else { body =
{_t("Encryption not enabled")}
-
{_t("The encryption used by this room isn't supported")}
+
{_t("The encryption used by this room isn't supported.")}
; classes += " mx_cryptoEvent_icon_warning"; }