Change i18n to resources on next goal

This resources always are locked when are shown on next goal section.
This commit is contained in:
decabeza
2019-04-26 18:31:58 +02:00
parent ad41f23a98
commit 3add160b4b
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<div class="goal-resource">
<strong><%= goal.title %></strong>
<span class="help-text"><%= t("dashboard.goal.unlocked_resource") %></span>
<span class="help-text"><%= t("dashboard.goal.locked_resource") %></span>
</div>
<% if goal.day_offset.positive? %>

View File

@@ -530,7 +530,7 @@ en:
days:
one: "%{count} day"
other: "%{count} days"
unlocked_resource: Resource unlocked
locked_resource: Resource locked
ideal_time: Ideal time
community:
access_community: Access the community

View File

@@ -530,7 +530,7 @@ es:
days:
one: "%{count} día"
other: "%{count} días"
unlocked_resource: Recurso desbloqueado
locked_resource: Recurso bloqueado
ideal_time: Tiempo ideal
community:
access_community: Acceder a la comunidad