Commit 044c2fcc67b88e2e59ea2720d1eb8ababb014660

Authored by Azusa Kawakami
1 parent 81dacdfbe2
Exists in master

911 minor change

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

views/pages/landing.ejs View file @ 044c2fc
... ... @@ -698,7 +698,7 @@
698 698  
699 699 <script>
700 700 function emergency() {
701   - var res = confirm("You are in a dangerous area. Would you like to call 911?");
  701 + var res = confirm("Would you like to call 911?");
702 702 if( res == true ) {
703 703 alert("calling 911...");// <a href="tel:+1-911">call 911</a>
704 704 }