diff --git a/app/views/family_exports/index.html.erb b/app/views/family_exports/index.html.erb
index 8825e0856..9723957d2 100644
--- a/app/views/family_exports/index.html.erb
+++ b/app/views/family_exports/index.html.erb
@@ -33,7 +33,7 @@
|
- <%= export.created_at.strftime("%b %-d, %Y %l:%M %p") %>
+ <%= l(export.created_at, format: :long) %>
|
diff --git a/app/views/imports/index.html.erb b/app/views/imports/index.html.erb
index db969f969..1f920aa67 100644
--- a/app/views/imports/index.html.erb
+++ b/app/views/imports/index.html.erb
@@ -33,7 +33,7 @@
|
|
- <%= import.updated_at.strftime("%b %-d, %Y %l:%M %p") %>
+ <%= l(import.updated_at, format: :long) %>
|
|