From 6a20f9040c663214ba0d4a147b48aeaa8956840e Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Mon, 1 May 2017 11:00:48 +0300 Subject: [PATCH] fix #1112 --- src/status_im/components/list_selection.cljs | 5 +++-- src/status_im/translations/en.cljs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/status_im/components/list_selection.cljs b/src/status_im/components/list_selection.cljs index 82d00856a2..18a05581f2 100644 --- a/src/status_im/components/list_selection.cljs +++ b/src/status_im/components/list_selection.cljs @@ -34,8 +34,9 @@ :callback (fn [index] (case index 0 (do - (dispatch [:select-chat-input-command {:name "browse" - :prefill [link]}]) + (dispatch [:select-chat-input-command + {:bot "browse" + :prefill [link]}]) (js/setTimeout #(dispatch [:send-current-message]) 500)) 1 (.openURL linking link) :default)) diff --git a/src/status_im/translations/en.cljs b/src/status_im/translations/en.cljs index 1193cb7fe9..72181e5a1a 100644 --- a/src/status_im/translations/en.cljs +++ b/src/status_im/translations/en.cljs @@ -103,7 +103,7 @@ :sharing-cancel "Cancel" :browsing-title "Browse" - :browsing-browse "/browse" + :browsing-browse "@browse" :browsing-open-in-web-browser "Open in web browser" :browsing-cancel "Cancel"