Skip to content

Commit

Permalink
update-messages
Browse files Browse the repository at this point in the history
message-at-front-page

Revert "message-at-front-page"

This reverts commit 456fffe.

messages-update
  • Loading branch information
sachinchauhan2889 committed Nov 9, 2020
1 parent 84027ee commit 5175264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/unverified-user-message.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{#if (eq this.session.currentRouteName 'events.view.index')}}
{{t 'To make your event live, please verify your account by clicking on the confirmation link that has been emailed to you.'}}
{{else}}
{{t 'Your account is unverified.'}} {{@extraMessage}} {{t 'Please verify by clicking on the confirmation link that has been emailed to you.'}}
{{t 'Your account functionality is limited.'}} {{@extraMessage}} {{t 'To get full access to all features you need to verify your email by clicking on the confirmation link that has been emailed to you.'}}
{{/if}}
</div>
<p>{{t 'Did not get the email?'}} <a href="#" onclick={{action 'sendConfirmationMail'}}>{{t 'Please click here to resend the confirmation mail.'}}</a></p>
Expand Down
4 changes: 2 additions & 2 deletions app/templates/verify.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{#if this.success}}
<div class="ui {{if this.isLoading 'loading'}} icon info message eight wide column center aligned">
<p>Your email has been verified successfully!{{#if (not this.session.isAuthenticated)}} Please login to continue. {{/if}}</p>
<p>Thank you, your email has been verified successfully! You now have full access to all features.{{#if (not this.session.isAuthenticated)}} Please login to continue. {{/if}}</p>
</div>
{{else}}
<div class="ui {{if this.isLoading 'loading'}} icon error message eight wide column center aligned">
<p>Error: {{this.error}}</p>
</div>
{{/if}}
{{/if}}

0 comments on commit 5175264

Please sign in to comment.