Skip to content

Commit

Permalink
Fix for #257 - correction on spelling for Unpublished banner
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancollier committed Aug 1, 2013
1 parent 4fe43ce commit c58676d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions akvo/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3169,11 +3169,11 @@ msgstr "in Dollar"

#: templates/partner_sites/project/base_project.html:11
#: templates/rsr/base.html:109
msgid "This is a draft view of the project. It can only be seen by projects members and Akvo administrators."
msgid "This is a draft view of the project. It can only be seen by Project Members and Akvo Administrators."
msgstr ""

#: templates/partner_sites/project/base_project.html:13
msgid "Pleas note that the map will not display any locations until the project is published."
msgid ""
msgstr ""

#: templates/partner_sites/project/base_project.html:20
Expand Down
2 changes: 1 addition & 1 deletion akvo/templates/partner_sites/project/base_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% block draft %}
{% if draft %}
<div style="background-color:#E04F46; color:#fff; padding:10px; text-align:center;">
{% trans "This is a draft view of the project. It can only be seen by projects members and Akvo administrators." %}
{% trans "This is a draft view of the project. It can only be seen by Project Members and Akvo Administrators." %}
</div>
{% endif %}
{% endblock draft %}
Expand Down
4 changes: 1 addition & 3 deletions akvo/templates/rsr/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@
{% block draft %}
{% if draft %}
<div style="background-color:#E04F46; color:#fff; padding:10px; text-align:center; margin-bottom:20px;">
{% trans "This is a draft view of the project. It can only be seen by projects members and Akvo administrators." %}
<br/>
{% trans "Pleas note that the map will not display any locations until the project is published." %}
{% trans "This is a draft view of the project. It can only be seen by Projects Members and Akvo Administrators." %}
</div>
{% endif %}
{% endblock draft %}
Expand Down

1 comment on commit c58676d

@peeb
Copy link
Contributor

@peeb peeb commented on c58676d Aug 21, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix is in feature/small_fixes and develop and will therefore make it into the release.

Please sign in to comment.