[Git][noosfero/noosfero][master-1.x] custom-forms: fix typo on submission confirmation

Rodrigo Souto gitlab at mg.gitlab.com
Fri Jun 15 15:20:57 BRT 2018


Rodrigo Souto pushed to branch master-1.x at Noosfero / noosfero


Commits:
3a85653f by Rodrigo Souto at 2018-06-15T18:20:44Z
custom-forms: fix typo on submission confirmation

- - - - -


1 changed file:

- plugins/custom_forms/views/shared/_form.html.erb


Changes:

=====================================
plugins/custom_forms/views/shared/_form.html.erb
=====================================
--- a/plugins/custom_forms/views/shared/_form.html.erb
+++ b/plugins/custom_forms/views/shared/_form.html.erb
@@ -16,10 +16,10 @@
     <% label = form.kind == 'poll' ? _('Vote!') : _('Send') %>
     <% if form.expired? %>
       <%= submit_button :save, label, disabled: '', class: 'disabled',
-                        data: { confirm: _('Are you sure your want to submit your answer?') } %>
+                        data: { confirm: _('Are you sure you want to submit your answer?') } %>
     <% else %>
       <%= submit_button :save, label,
-                        data: { confirm: _('Are you sure your want to submit your answer?') } %>
+                        data: { confirm: _('Are you sure you want to submit your answer?') } %>
     <% end %>
     <%= button :back, _('Go back'), controller: :profile, profile: profile.identifier %>
   <% end %>



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/3a85653f57e40ba86e5049b6fdc0a714a19cd136

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/3a85653f57e40ba86e5049b6fdc0a714a19cd136
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180615/50b90e1b/attachment-0001.html>


More information about the Noosfero-dev mailing list