Skip to content

Commit

Permalink
[ifmeorg#1713] Translate recommended resources label to English file
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Warmenhoven committed Apr 25, 2020
1 parent 7c4df63 commit 410610e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/moments/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<% if @resources.any? %>
<div class="smallMarginTop">
<div class="label"><%= label_tag "What resources could help?" %> </div>
<div class="label"><%= label_tag t('moments.show.resources') %> </div>
<ul>
<% @resources.take(3).each do |item| %>
<li><%= link_to item['name'], item['link'] %></li>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ en:
example_category: Career
show:
strategies: 'What strategies would help?'
resources: 'What resources could help?'
moods:
singular: Mood
plural: Moods
Expand Down

0 comments on commit 410610e

Please sign in to comment.