Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/views/identities/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
</div>
<small id="emailHelp">
<%= t ".email_code" %>
<% if @onboarding_scenario.form_fields.include?(:primary_email) && @identity.primary_email.blank? %>
<br><%= t ".email_public_warning" %>
<% end %>
<% if @onboarding_scenario.is_a?(OnboardingScenarios::LegacyMigration) %>
<br>This needs to be the same email your Slack account is registered under.
<% end %>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ en:
log_in: Log in here
not_necessarily_legal_name: not necessarily your legal name, what do people usually call you?
email_code: We'll send a one-time code to this address.
email_public_warning: Heads up! Your email address is visible to other people on the Slack
continue: Continue
wrong_email: "← Wrong email? Go back"
update:
Expand Down