Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <brett@digitalmoksha.com>2017-09-06 19:28:09 +0300
committerBrett Walker <brett@digitalmoksha.com>2017-09-23 16:23:11 +0300
commitb1e68922a462a4a9ddaa62adefb3bcf350c75798 (patch)
treec58f619d2950611b6ffa014bd02ad38934d350f5 /app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
parent47c6525a98d3b3d73301a9dd6b75464f2cff3a7b (diff)
refactored the account confirmation into a partial. Also made the
text in the `.text` version consistent with the `.html` version
Diffstat (limited to 'app/views/devise/mailer/_confirmation_instructions_secondary.html.haml')
-rw-r--r--app/views/devise/mailer/_confirmation_instructions_secondary.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml b/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
index a716d98415c..83f5edbde7a 100644
--- a/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
+++ b/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
@@ -1,5 +1,5 @@
#content
- = email_default_heading("#{@resource.user.name}, you've added a secondary email!")
+ = email_default_heading("#{@resource.user.name}, you've added an additional email!")
%p Click the link below to confirm your email address (#{@resource.email})
#cta
= link_to 'Confirm your email address', confirmation_url(@resource, confirmation_token: @token)