replaces unicode by yes/no
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
%>
|
||||
</td>
|
||||
<td class="small text-center">
|
||||
<%= investment.valuation_finished? ? "✔ ": "✘" %>
|
||||
<%= investment.valuation_finished? ? t('shared.yes'): t('shared.no') %>
|
||||
</td>
|
||||
<td class="small">
|
||||
<% if investment.selected? %>
|
||||
|
||||
@@ -105,7 +105,7 @@ es:
|
||||
managed: Gestionando
|
||||
valuating: En evaluación
|
||||
valuation_finished: Evaluación finalizada
|
||||
valuation_finished_feasible: Ev. Fin. Viable
|
||||
valuation_finished_feasible: Viables
|
||||
selected: Seleccionadas
|
||||
all: Todas
|
||||
title: Propuestas de inversión
|
||||
|
||||
@@ -408,6 +408,8 @@ en:
|
||||
show:
|
||||
back: "Go back to my activity"
|
||||
shared:
|
||||
"yes": "Yes"
|
||||
"no": "No"
|
||||
advanced_search:
|
||||
author_type: 'By author category'
|
||||
author_type_blank: 'Select a category'
|
||||
|
||||
@@ -408,6 +408,8 @@ es:
|
||||
show:
|
||||
back: "Volver a mi actividad"
|
||||
shared:
|
||||
"yes": "Sí"
|
||||
"no": "No"
|
||||
advanced_search:
|
||||
author_type: 'Por categoría de autor'
|
||||
author_type_blank: 'Elige una categoría'
|
||||
|
||||
Reference in New Issue
Block a user