From 42bb368f765eff13907f58645fda293bbc582a8a Mon Sep 17 00:00:00 2001
From: Raj <theraj@umich.edu>
Date: Sat, 5 Dec 2020 21:34:11 -0500
Subject: [PATCH] changed default text to match other pages

---
 src/containers/Facebook/Facebook.js                             | 2 +-
 .../Components/ConnectionsByDayLine/ConnectionsByDayLine.js     | 2 +-
 src/containers/Instagram/Instagram.js                           | 2 +-
 src/containers/LinkedIn/LinkedIn.js                             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/containers/Facebook/Facebook.js b/src/containers/Facebook/Facebook.js
index 5505d47..551cf36 100644
--- a/src/containers/Facebook/Facebook.js
+++ b/src/containers/Facebook/Facebook.js
@@ -194,7 +194,7 @@ export default class extends Component {
                   </Box>
                 </Col>
               )) :
-                (<div> Upload all the .json files in your "friends" folder to visualize data</div>)
+                (<div> Please upload your "friends" folder to view this data</div>)
               }
             </TabPane>
           </Tabs>
diff --git a/src/containers/Instagram/Components/ConnectionsByDayLine/ConnectionsByDayLine.js b/src/containers/Instagram/Components/ConnectionsByDayLine/ConnectionsByDayLine.js
index f9bbf52..20a4225 100644
--- a/src/containers/Instagram/Components/ConnectionsByDayLine/ConnectionsByDayLine.js
+++ b/src/containers/Instagram/Components/ConnectionsByDayLine/ConnectionsByDayLine.js
@@ -5,7 +5,7 @@ import processConnectionData from './config';
 export default class ConnectionsByDayLine extends Component {
   render() {
     if (!this.props.connData) {
-      return (<div>Please upload the "connections.json" file to visualize information </div>)
+      return (<div>Please upload your "connections.json" file to visualize information </div>)
     }
     else {
       var temp = processConnectionData(this.props.connData)
diff --git a/src/containers/Instagram/Instagram.js b/src/containers/Instagram/Instagram.js
index 1abb2e7..39670c2 100644
--- a/src/containers/Instagram/Instagram.js
+++ b/src/containers/Instagram/Instagram.js
@@ -183,7 +183,7 @@ export default class extends Component {
               ))}
               </TabPane>
               </Tabs> ): 
-                (<div> Upload the "connections.json" file to visualize data</div>)
+                (<div> Please upload your connections to view this data</div>)
             }
             </TabPane>
           </Tabs>
diff --git a/src/containers/LinkedIn/LinkedIn.js b/src/containers/LinkedIn/LinkedIn.js
index fbc82b5..c52ac5f 100644
--- a/src/containers/LinkedIn/LinkedIn.js
+++ b/src/containers/LinkedIn/LinkedIn.js
@@ -131,7 +131,7 @@ export default class extends Component {
           12. Under step 3 type in "1,2,4,5,6" in the first field and check "Proper Case" for all of the fields<br></br>
           13. Under step 5 click the "CSV to JSON" button and then the "Download Result" button<br></br>
           14. You should see a file in your Downloads folder called "Connections.json"<br></br>
-          15. Upload your Connections.json file to the dropbox below<br></br>
+          15. Upload your <b>Connections.json</b> file to the dropbox below<br></br>
         </Box>
         <Box>
           <ContentHolder>
-- 
GitLab