From ed6237729f9eb73f40f1aded85ab5e7134507069 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Tue, 24 Apr 2018 14:25:39 -0700
Subject: [PATCH] Capitalize Hubs

---
 src/react-components/info-dialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/react-components/info-dialog.js b/src/react-components/info-dialog.js
index 6ba0fba4a..ab7bdda1c 100644
--- a/src/react-components/info-dialog.js
+++ b/src/react-components/info-dialog.js
@@ -133,7 +133,7 @@ class InfoDialog extends Component {
         dialogTitle = "";
         dialogBody = (
           <span>
-            Sign up to get updates about new features in hubs.
+            Sign up to get updates about new features in Hubs.
             <p />
             <form onSubmit={this.signUpForMailingList}>
               <div className="mailing-list-form">
-- 
GitLab