# HG changeset patch # User Pawel Solyga # Date 1236559227 0 # Node ID eb7b8367e30f26091232344dc18020112f81c2ac # Parent 75531b82a4e270b7b3b245f7c08bc5c0dec52c74 Small text changes in process_request.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 75531b82a4e2 -r eb7b8367e30f app/soc/templates/soc/request/process_request.html --- a/app/soc/templates/soc/request/process_request.html Mon Mar 09 00:39:25 2009 +0000 +++ b/app/soc/templates/soc/request/process_request.html Mon Mar 09 00:40:27 2009 +0000 @@ -22,7 +22,7 @@

{% ifequal request_status "new" %} - This is a request from {{ entity.link_id }} to become a + This is the request from {{ entity.link_id }} to become a {{ entity.role_verbose }} for {{entity.scope.name }}.
Please select your response by using the buttons below. @@ -40,7 +40,7 @@ {% else %}

- This is a invite to {{ entity.link_id }} to become a + This is the invitation to {{ entity.link_id }} to become a {{ entity.role_verbose }} for {{entity.scope.name }}.
If you would like to withdraw this invite please press the withdraw button below.