Commit e3e3dcb0 authored by Serena Fang's avatar Serena Fang Committed by Nicolò Maria Mezzopera

Add period to end of email sentence

parent 7bd32bfe
...@@ -8,4 +8,4 @@ ...@@ -8,4 +8,4 @@
%li= token %li= token
%p %p
- pat_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: @target_url } - pat_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: @target_url }
= html_escape(_('You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings')) % { pat_link_start: pat_link_start, pat_link_end: '</a>'.html_safe } = html_escape(_('You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings.')) % { pat_link_start: pat_link_start, pat_link_end: '</a>'.html_safe }
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
- <%= token %> - <%= token %>
<% end %> <% end %>
<%= _('You can create a new one or check them in your personal access tokens settings %{pat_link}') % { pat_link: @target_url } %> <%= _('You can create a new one or check them in your personal access tokens settings %{pat_link}.') % { pat_link: @target_url } %>
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
= _('One or more of your personal access tokens has expired.') = _('One or more of your personal access tokens has expired.')
%p %p
- pat_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: @target_url } - pat_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: @target_url }
= html_escape(_('You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings')) % { pat_link_start: pat_link_start, pat_link_end: '</a>'.html_safe } = html_escape(_('You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings.')) % { pat_link_start: pat_link_start, pat_link_end: '</a>'.html_safe }
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
<%= _('One or more of your personal access tokens has expired.') %> <%= _('One or more of your personal access tokens has expired.') %>
<%= _('You can create a new one or check them in your personal access tokens settings %{pat_link}') % { pat_link: @target_url } %> <%= _('You can create a new one or check them in your personal access tokens settings %{pat_link}.') % { pat_link: @target_url } %>
...@@ -37251,7 +37251,7 @@ msgstr "" ...@@ -37251,7 +37251,7 @@ msgstr ""
msgid "You can create a new SSH key by visiting %{link}" msgid "You can create a new SSH key by visiting %{link}"
msgstr "" msgstr ""
msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings."
msgstr "" msgstr ""
msgid "You can create a new one or check them in your %{ssh_key_link_start}SSH keys%{ssh_key_link_end} settings." msgid "You can create a new one or check them in your %{ssh_key_link_start}SSH keys%{ssh_key_link_end} settings."
...@@ -37260,7 +37260,7 @@ msgstr "" ...@@ -37260,7 +37260,7 @@ msgstr ""
msgid "You can create a new one or check them in your SSH keys settings %{ssh_key_link}." msgid "You can create a new one or check them in your SSH keys settings %{ssh_key_link}."
msgstr "" msgstr ""
msgid "You can create a new one or check them in your personal access tokens settings %{pat_link}" msgid "You can create a new one or check them in your personal access tokens settings %{pat_link}."
msgstr "" msgstr ""
msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings" msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
......
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