changes text to remove questions on polls questions list
This commit is contained in:
@@ -10,10 +10,7 @@
|
||||
<tr id="<%= dom_id(question) %>">
|
||||
<td><%= link_to question.title, admin_question_path(question) %></td>
|
||||
<td class="text-right">
|
||||
<%= link_to t('shared.edit'),
|
||||
edit_admin_question_path(question),
|
||||
class: "button hollow" %>
|
||||
<%= link_to t('shared.delete'),
|
||||
<%= link_to t('admin.polls.show.remove_question'),
|
||||
admin_question_path(question),
|
||||
class: "button hollow alert",
|
||||
method: :delete %>
|
||||
|
||||
@@ -189,6 +189,7 @@ en:
|
||||
booths_title: "List of booths"
|
||||
officers_title: "List of officers"
|
||||
questions_title: "List of questions"
|
||||
remove_question: "Remove question from poll"
|
||||
name: "Name"
|
||||
location: "Location"
|
||||
email: "Email"
|
||||
|
||||
@@ -185,10 +185,11 @@ es:
|
||||
no_booths: "No hay urnas en esta votación."
|
||||
no_questions: "No hay preguntas asignadas a esta votación todavía."
|
||||
no_officers: "No hay presidentes de mesa asignados."
|
||||
remove_booth: "Deasignar urna"
|
||||
remove_booth: "Desasignar urna"
|
||||
booths_title: "Listado de urnas"
|
||||
officers_title: "Listado de presidentes de mesa"
|
||||
questions_title: "Listado de preguntas"
|
||||
remove_question: "Desasignar pregunta"
|
||||
name: "Nombre"
|
||||
location: "Ubicación"
|
||||
email: "Email"
|
||||
|
||||
Reference in New Issue
Block a user