Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp committed Jul 22, 2020
1 parent 2740cdc commit 2ff7751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/ui/components/invite/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[status-im.acquisition.core :as acquisition]
[status-im.utils.money :as money]))

(def privacy-policy-link "get.status.im")
(def privacy-policy-link "https://get.status.im")

(re-frame/reg-fx
::share
Expand Down
2 changes: 1 addition & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
"invite-chat-name": "Friend referral",
"invite-chat-intro": "You were referred by a friend to join Status. Here’s some crypto to get you started! Use it to register an ENS name or buy a sticker pack",
"invite-chat-accept": "Accept",
"invite-chat-rule": "Accepting will also reward your friend with a crypto referral bonus",
"invite-chat-rule": "Accepting will also reward your friend with a crypto referral bonus",
"attribution-received": "{{attrib}} out of {{max}} bonuses received",
"advertiser-starter-pack-title": "Starter Pack",
"advertiser-starter-pack-description": "Welcome to Status! Here is some crypto to get you started",
Expand Down

0 comments on commit 2ff7751

Please sign in to comment.