From 410610e13569190d64f6e243b394b4bc01c549dc Mon Sep 17 00:00:00 2001 From: stephanie-warmenhoven Date: Sat, 25 Apr 2020 14:00:11 -0700 Subject: [PATCH] [#1713] Translate recommended resources label to English file --- app/views/moments/show.html.erb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/moments/show.html.erb b/app/views/moments/show.html.erb index 0154345e35..df16f02e6b 100644 --- a/app/views/moments/show.html.erb +++ b/app/views/moments/show.html.erb @@ -45,7 +45,7 @@ <% if @resources.any? %>
-
<%= label_tag "What resources could help?" %>
+
<%= label_tag t('moments.show.resources') %>