From a4e19ddc985fb452f33fc6c620e269fa6563211b Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Tue, 1 Apr 2014 13:12:16 +1100 Subject: [PATCH] Tweaking the change hub text --- .../darkswarm/controllers/account_sidebar_controller.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/darkswarm/controllers/account_sidebar_controller.js.coffee b/app/assets/javascripts/darkswarm/controllers/account_sidebar_controller.js.coffee index 247ef933e8..b7180fab49 100644 --- a/app/assets/javascripts/darkswarm/controllers/account_sidebar_controller.js.coffee +++ b/app/assets/javascripts/darkswarm/controllers/account_sidebar_controller.js.coffee @@ -11,6 +11,6 @@ window.AccountSidebarCtrl = Darkswarm.controller "AccountSidebarCtrl", ($scope, $scope.emptyCart = (href, ev)-> console.log href if $(ev.delegateTarget).hasClass "empties-cart" - location.href = href if confirm "Changing your collection date will clear your cart." + location.href = href if confirm "Changing your Hub will clear your cart." else location.href = href