Skip to content

Commit

Permalink
[ISSUE #3320] Fixed incorrect label
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 16, 2018
1 parent b228883 commit 8980344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/wallet/components/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
(when-not contact-only?
[{:label (i18n/label :t/scan-qr)
:action request-camera-permissions}
{:label (i18n/label :t/enter-contact-code)
{:label (i18n/label :t/recipient-code)
:action #(re-frame/dispatch [:navigate-to :contact-code])}]))}))

(defn recipient-selector [{:keys [name address disabled? contact-only?]}]
Expand Down

0 comments on commit 8980344

Please sign in to comment.