[Git][noosfero/noosfero][master-1.x] 2 commits: custom-forms: fix alert string text

Rodrigo Souto gitlab at mg.gitlab.com
Wed Jun 6 16:36:49 BRT 2018


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


Commits:
759fc027 by Rodrigo Souto at 2018-06-06T17:52:32Z
custom-forms: fix alert string text

- - - - -
c6a8d8f4 by Rodrigo Souto at 2018-06-06T19:36:46Z
Merge branch 'queries-alert-string' into 'master-1.x'

custom-forms: fix alert string text

See merge request noosfero/noosfero!1515
- - - - -


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 vote?') } %>
+                        data: { confirm: _('Are you sure your want to submit your answer?') } %>
     <% else %>
       <%= submit_button :save, label,
-                        data: { confirm: _('Are you sure your want to submit your vote?') } %>
+                        data: { confirm: _('Are you sure your 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/compare/8204fd379a0bbfb5732c57eea0ff2d09f539a87b...c6a8d8f431eef38fb30d4356190910d920a977a0

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/8204fd379a0bbfb5732c57eea0ff2d09f539a87b...c6a8d8f431eef38fb30d4356190910d920a977a0
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/20180606/0a83b027/attachment.html>


More information about the Noosfero-dev mailing list