From faa8266d50f833d9a822ded98828f026d0951903 Mon Sep 17 00:00:00 2001
From: Evelyn Eastmond <evhan55@gmail.com>
Date: Fri, 26 Oct 2018 15:24:25 -0400
Subject: [PATCH] Fixing intl metadata.

---
 src/components/alerts/alert.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/alerts/alert.jsx b/src/components/alerts/alert.jsx
index 2246dfdec..4831b78f0 100644
--- a/src/components/alerts/alert.jsx
+++ b/src/components/alerts/alert.jsx
@@ -31,8 +31,8 @@ const AlertComponent = ({
         >
             <FormattedMessage
                 defaultMessage="Reconnect"
-                description="Button to disconnect the device"
-                id="gui.connection.disconnect"
+                description="Button to reconnect the device"
+                id="gui.connection.reconnect"
             />
         </button>
         <Box
-- 
GitLab