diff --git a/cse-170-group-project b/cse-170-group-project
new file mode 160000
index 0000000..81dacdf
--- /dev/null
+++ b/cse-170-group-project
@@ -0,0 +1 @@
+Subproject commit 81dacdfbe20b73a7cddf25110852ce8dea8e980e
diff --git a/views/pages/landing.ejs b/views/pages/landing.ejs
index 2f3a242..6e05c32 100644
--- a/views/pages/landing.ejs
+++ b/views/pages/landing.ejs
@@ -698,7 +698,7 @@
 
     <script>
       function emergency() {
-        var res = confirm("You are in a dangerous area. Would you like to call 911?");
+        var res = confirm("Would you like to call 911?");
           if( res == true ) {
             alert("calling 911...");// <a href="tel:+1-911">call 911</a>
           }