From aff6eb35d912950b79b8bda527bb71c9a654c498 Mon Sep 17 00:00:00 2001 From: Rob Culliton Date: Tue, 15 May 2018 11:05:16 -0400 Subject: [PATCH] clearer description --- src/cljs/commiteth/manage_payouts.cljs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/cljs/commiteth/manage_payouts.cljs b/src/cljs/commiteth/manage_payouts.cljs index 365d8e7..f083d55 100644 --- a/src/cljs/commiteth/manage_payouts.cljs +++ b/src/cljs/commiteth/manage_payouts.cljs @@ -358,9 +358,8 @@ [:a.sob-blue.pg-med {:href (etherscan-address-url (:contract_address revoking-bounty)) :target "_blank"} " completes "] "you'll be prompted to sign the second via metamask."] :owner [:p.v-mid [check-box "ic-check-circle-black-24dp-2x.png"] - [:span.pg-med "Transaction sent."] " Once your metamask transaction is cofirmed " - [:a.sob-blue.pg-med {:href (etherscan-address-url (:contract_address revoking-bounty)) :target "_blank"} " here "] - "your revocation will be complete."])]])))))) + [:span.pg-med "Transaction sent."] " Once your metamask transaction is confirmed your revocation will be complete. Follow the final step " + [:a.sob-blue.pg-med {:href (etherscan-address-url (:contract_address revoking-bounty)) :target "_blank"} " here. "]])]])))))) (defn salute [] (let [msg-info (rf/subscribe [:dashboard/banner-msg])]