Remove refcode
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
3ada73af89
commit
08a61b40cf
|
@ -231,7 +231,7 @@
|
|||
:start-new-chat "Start new chat"
|
||||
:start-group-chat "Start group chat"
|
||||
:invite-friends "Invite friends"
|
||||
:get-status-at "Get Status at http://status.im?refCode={{address}}"
|
||||
:get-status-at "Get Status at http://status.im"
|
||||
:chats "Chats"
|
||||
:delete-chat "Delete chat"
|
||||
:group-chat "Group chat"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
[status-im.utils.config :as config]
|
||||
[status-im.utils.mixpanel :as mixpanel]))
|
||||
|
||||
(defn- options-list [{:keys [address anon-id]}]
|
||||
(defn- options-list [{:keys [anon-id]}]
|
||||
[react/view action-button.styles/actions-list
|
||||
[action-button/action-button
|
||||
{:label (i18n/label :t/start-new-chat)
|
||||
|
@ -52,7 +52,7 @@
|
|||
:icon :icons/share
|
||||
:icon-opts {:color colors/blue}
|
||||
:on-press #(do (mixpanel/track anon-id "Tap" {:target :invite-friends} false)
|
||||
(list-selection/open-share {:message (i18n/label :t/get-status-at {:address address})}))}]])
|
||||
(list-selection/open-share {:message (i18n/label :t/get-status-at)}))}]])
|
||||
|
||||
(views/defview add-new []
|
||||
(views/letsubs [account [:get-current-account]
|
||||
|
|
Loading…
Reference in New Issue