subject_text=_("ACTION REQUIRED: Something went wrong while obtaining Let's Encrypt certificate for GitLab Pages domain '%{domain}'")%{domain: domain.domain}
subject_text=_("ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'")%{domain: domain.domain}
mail(
mail(
to: recipient.notification_email_for(@project.group),
to: recipient.notification_email_for(@project.group),
@@ -104,7 +104,7 @@ describe Emails::PagesDomains do
...
@@ -104,7 +104,7 @@ describe Emails::PagesDomains do
end
end
describe'#pages_domain_auto_ssl_failed_email'do
describe'#pages_domain_auto_ssl_failed_email'do
let(:email_subject){"#{project.path} | ACTION REQUIRED: Something went wrong while obtaining Let's Encrypt certificate for GitLab Pages domain '#{domain.domain}'"}
let(:email_subject){"#{project.path} | ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '#{domain.domain}'"}