Skip to content

Commit

Permalink
Summary test
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 22, 2019
1 parent fbb36fd commit aeda8b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/registration/certificate_error.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ textdomain "registration"

<p>
<%# TRANSLATORS: label followed by error details %>
<%= _("Details:") %> <%= @url %>: <%= @msg %>
<%= _("Details:") %> <%= h(@url) %>: <%= h(@msg) %>
</p>

<%# display a special help with description how to install the certificate manually %>
Expand All @@ -22,9 +22,9 @@ textdomain "registration"
<p>
<ul>
<li>
<%# TRANSLATORS: %{dir} is replaced by the certificate directory %>
<%= _("Copy the certificate in PEM format to %{dir} directory") %
{ dir: "<tt>#{SslCertificate::INSTSYS_CERT_DIR}</tt>" } %>
<%# TRANSLATORS: %{file} is replaced by the certificate file name %>
<%= _("Save the server certificate in PEM format to file %{file}") %
{ file: "<tt>#{h(SslCertificate::INSTSYS_SERVER_CERT_FILE)}</tt>" } %>
</li>

<li>
Expand Down

0 comments on commit aeda8b7

Please sign in to comment.