Skip to content

Commit

Permalink
Add accessibility-label to :learn-more
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Oct 1, 2019
1 parent 8e64851 commit f9a0853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/ui/screens/intro/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@
[{:on-press #(re-frame/dispatch [:bottom-sheet/show-sheet :learn-more
{:title (i18n/label (if (= step :choose-key) :t/about-names-title :t/about-key-storage-title))
:content (i18n/label (if (= step :choose-key) :t/about-names-content :t/about-key-storage-content))}])
:style {:color colors/blue}}
:style {:color colors/blue}
:accessibility-label :learn-more}
(i18n/label :learn-more)]]
(not hide-subtitle?)
[react/text {:style styles/wizard-text}
Expand Down

0 comments on commit f9a0853

Please sign in to comment.