Skip to content

Commit

Permalink
Improve beta program help text
Browse files Browse the repository at this point in the history
Call users to action by starting the text with a verb.
  • Loading branch information
dmarcoux committed Aug 27, 2019
1 parent 84a6dee commit 91f3a4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/api/app/views/webui2/webui/user/_info.html.haml
Expand Up @@ -34,9 +34,8 @@
= label_tag 'Public Beta Program', nil, class: 'custom-control-label', for: 'beta-switch'
= hidden_field_tag('user[login]', user.login)
%i.fa.fa-question-circle.text-info{ data: { placement: 'top', toggle: 'popover', html: 'true',
content: 'In our <strong>beta program</strong> you can try the latest features we ' + |
'develop, so you can give us feedback before we release them.' } } |

content: 'Join the <strong>beta program</strong> to try the latest ' + |
'features we develop and give us feedback on them before they go live.' } } |
.mt-4
- if configuration.accounts_editable?(user)
- if account_edit_link.present?
Expand Down

0 comments on commit 91f3a4b

Please sign in to comment.