diff --git a/app/controllers/zip_exports_controller.rb b/app/controllers/zip_exports_controller.rb
index 655fa6753..3e3026f54 100644
--- a/app/controllers/zip_exports_controller.rb
+++ b/app/controllers/zip_exports_controller.rb
@@ -12,8 +12,7 @@ class ZipExportsController < ApplicationController
end
end
- def file_expired
- end
+ def file_expired; end
private
diff --git a/app/views/user_notifications/_list.html.erb b/app/views/user_notifications/_list.html.erb
index 6f548a4f7..7a995fb0d 100644
--- a/app/views/user_notifications/_list.html.erb
+++ b/app/views/user_notifications/_list.html.erb
@@ -3,7 +3,7 @@
- <% if notification.type_of == 'recent_changes' %>
+ <% if notification.type_of == 'recent_changes' %>
<%= image_tag avatar_path(notification.generator_user, :icon_small), class: 'avatar img-circle' %>
@@ -18,7 +18,6 @@
<% end %>
-
<% if notification.type_of == 'deliver' %>
<%= fa_icon 'truck' %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index cc98a0cbb..d0347b3ca 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1544,7 +1544,7 @@ en:
zip_export:
notification_title: 'Your package is ready to be exported!'
expired_title: 'The required file was expired!'
- expired_description: 'The downloadable file expires in 3 days after is created.'
+ expired_description: 'The downloadable file expires in 3 days after its creation.'
# This section contains general words that can be used in any parts of
# application.