Minor fix
This commit is contained in:
@@ -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| %>
|
||||
|
||||
@@ -610,6 +610,7 @@ en:
|
||||
documents: Documents
|
||||
documents_list: Documents list
|
||||
document_title: Title
|
||||
document_actions: Actions
|
||||
answers:
|
||||
new:
|
||||
title: "New answer"
|
||||
|
||||
@@ -611,6 +611,7 @@ es:
|
||||
documents: Documentos
|
||||
documents_list: Lista de documentos
|
||||
document_title: Título
|
||||
document_actions: Acciones
|
||||
answers:
|
||||
new:
|
||||
title: "Nueva respuesta"
|
||||
|
||||
Reference in New Issue
Block a user