aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dashboard/cart/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/cart/index.html b/dashboard/cart/index.html
index 88e1feb..0771d44 100644
--- a/dashboard/cart/index.html
+++ b/dashboard/cart/index.html
@@ -65,7 +65,7 @@
<body>
<div id="snackbar">Some text some message..</div>
<h2 class="title">Firebase ECommerce</h2>
- <button id="cart">View Cart</button>
+ <button id="cart">View Dashboard</button>
<button id="signout">Signout</button>
<div id="loader"></div>
<script src="../../shared/jquery.js"></script>