Commit 8093fca7 authored by Kerri Miller's avatar Kerri Miller

Merge branch 'Externalize-strings-in-_confirmation_instructions_account.text.erb' into 'master'

Externalize strings in file _confirmation_instructions_account.text.erb

See merge request gitlab-org/gitlab!58215
parents 9e13fd76 137531d8
<% if @resource.unconfirmed_email.present? || !@resource.created_recently? %>
<%= @resource.unconfirmed_email || @resource.email %>,
Use the link below to confirm your email address.
<%= _('Use the link below to confirm your email address.') %>
<% else %>
<% if Gitlab.com? %>
Thanks for signing up to GitLab!
<%= _('Thanks for signing up to GitLab!') %>
<% else %>
Welcome, <%= @resource.name %>!
<%= _("Welcome, %{name}!") % { name: @resource.name } %>
<% end %>
To get started, use the link below to confirm your account.
<% end %>
<%= _('To get started, use the link below to confirm your account.') %>
<% end %>
<%= confirmation_url(@resource, confirmation_token: @token) %>
---
title: Externalize strings in _confirmation_instructions_account.text.erb
merge_request: 58215
author: nuwe1
type: other
......@@ -32827,6 +32827,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
msgid "To get started, use the link below to confirm your account."
msgstr ""
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
......@@ -34122,6 +34125,9 @@ msgstr ""
msgid "Use the link below to confirm your email address (%{email})"
msgstr ""
msgid "Use the link below to confirm your email address."
msgstr ""
msgid "Use the search bar on the top of this page"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment