diff --git a/src/status_im/components/list_selection.cljs b/src/status_im/components/list_selection.cljs index f716215845..61b07b131f 100644 --- a/src/status_im/components/list_selection.cljs +++ b/src/status_im/components/list_selection.cljs @@ -28,7 +28,8 @@ (defn browse [link] (let [list-selection-fn (:list-selection-fn platform-specific)] (list-selection-fn {:title (label :t/browsing-title) - :options [(label :t/browsing-browse) (label :t/browsing-open-in-web-browser)] + :options [{:text (label :t/browsing-browse)} + {:text (label :t/browsing-open-in-web-browser)}] :callback (fn [index] (case index 0 (do