forked from theinterned/batucada
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from mozzadrella/patch-13
Update master
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{% load l10n_tags %} | ||
{{ _('Hello!') }} | ||
{{ _('Howdy!') }} | ||
|
||
{{ _('A new peer is waiting for you to review their submission for the') }} {{ submission.badge }}. {{ _('Go ahead and take a look at their work here') }}: http://{{domain}}{{ submission.get_absolute_url }}. {{ _('They will love you!') }} | ||
{{ _('Someone has just submitted work for the') }} {{ submission.badge }}. {{ _('Go ahead and take a look at their work here') }}: http://{{domain}}{{ submission.get_absolute_url }}. {{ _('They will love you!') }} | ||
|
||
{{ _('Thanks,') }} | ||
{{ _('Go get 'em,') }} | ||
|
||
{{ _('The P2PU team') }} | ||
|
||
{{ _('Manage your subscriptions:') }} http://{{domain}}/profile/edit/settings/ | ||
{{ _('Manage how often you get these delightful messages at:') }} http://{{domain}}/profile/edit/settings/ |