From 1ea662963f447bd7a1682afb939f8ff3886aa062 Mon Sep 17 00:00:00 2001 From: Isabelle Knott Date: Wed, 12 Apr 2017 20:15:45 -0400 Subject: Use shift+click instead of alt+click to bypass boost dialog (#1638) --- .../javascripts/components/features/ui/components/boost_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/javascripts/components/features/ui') diff --git a/app/assets/javascripts/components/features/ui/components/boost_modal.jsx b/app/assets/javascripts/components/features/ui/components/boost_modal.jsx index 023abc6ac..b54768631 100644 --- a/app/assets/javascripts/components/features/ui/components/boost_modal.jsx +++ b/app/assets/javascripts/components/features/ui/components/boost_modal.jsx @@ -65,7 +65,7 @@ const BoostModal = React.createClass({
-
Alt + }} />
+
Shift + }} />
-- cgit