Minor fix

This commit is contained in:
María Checa
2017-10-05 16:22:45 +02:00
committed by decabeza
parent a655466dbf
commit 1225fc9009
3 changed files with 3 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
<table>
<tr>
<th scope="col"><%= t("admin.questions.show.answers.document_title") %></th>
<th scope="col"><%= t("admin.questions.show.answers.description") %></th>
<th scope="col"><%= t("admin.questions.show.answers.document_actions") %></th>
</tr>
<% @answer.documents.each do |document| %>

View File

@@ -610,6 +610,7 @@ en:
documents: Documents
documents_list: Documents list
document_title: Title
document_actions: Actions
answers:
new:
title: "New answer"

View File

@@ -611,6 +611,7 @@ es:
documents: Documentos
documents_list: Lista de documentos
document_title: Título
document_actions: Acciones
answers:
new:
title: "Nueva respuesta"