noosfero | Invitation to events (!1445)

Rodrigo Souto gitlab at mg.gitlab.com
Fri May 11 15:45:07 BRT 2018


Rodrigo Souto started a new discussion on app/helpers/events_helper.rb:

>      calendar
>    end
>  
> +  def invite_decision_message invitation
> +    case invitation.decision
> +      when EventInvitation::DECISIONS['yes']
> +        _('Yes, I will go!')
> +      when EventInvitation::DECISIONS['no']
> +        _('I will not')
> +      when EventInvitation::DECISIONS['maybe']
> +        _('I\'m interested')
> +      else
> +        _('You will go?')

This should be `Will you go?`.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1445#note_72741481
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/20180511/746c6010/attachment-0001.html>


More information about the Noosfero-dev mailing list