diff --git a/app/views/admin/poll/questions/answers/documents.html.erb b/app/views/admin/poll/questions/answers/documents.html.erb
index 28b55a2a3..4c859a78d 100644
--- a/app/views/admin/poll/questions/answers/documents.html.erb
+++ b/app/views/admin/poll/questions/answers/documents.html.erb
@@ -30,7 +30,7 @@
| <%= t("admin.questions.show.answers.document_title") %> |
- <%= t("admin.questions.show.answers.description") %> |
+ <%= t("admin.questions.show.answers.document_actions") %> |
<% @answer.documents.each do |document| %>
diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml
index d4dc0500c..d50e38fe8 100644
--- a/config/locales/en/admin.yml
+++ b/config/locales/en/admin.yml
@@ -610,6 +610,7 @@ en:
documents: Documents
documents_list: Documents list
document_title: Title
+ document_actions: Actions
answers:
new:
title: "New answer"
diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml
index df18830fd..40587f30d 100644
--- a/config/locales/es/admin.yml
+++ b/config/locales/es/admin.yml
@@ -611,6 +611,7 @@ es:
documents: Documentos
documents_list: Lista de documentos
document_title: TÃtulo
+ document_actions: Acciones
answers:
new:
title: "Nueva respuesta"