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:
Diffstat (limited to 'app/views/notify/project_was_not_exported_email.html.haml')
-rw-r--r--app/views/notify/project_was_not_exported_email.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notify/project_was_not_exported_email.html.haml b/app/views/notify/project_was_not_exported_email.html.haml
index c888da29c17..dcd212099b5 100644
--- a/app/views/notify/project_was_not_exported_email.html.haml
+++ b/app/views/notify/project_was_not_exported_email.html.haml
@@ -1,7 +1,7 @@
%p
- Project #{@project.name} couldn't be exported.
+ = s_("Notify|Project %{project_name} couldn't be exported.") % {project_name: @project.name}
%p
- The errors we encountered were:
+ = s_('Notify|The errors we encountered were:')
%ul
- @errors.each do |error|