Small text changes in process_request.html template.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- 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 @@
<p>
<div="text">
{% ifequal request_status "new" %}
- This is a request from <b>{{ entity.link_id }}</b> to become a
+ This is the request from <b>{{ entity.link_id }}</b> to become a
<b>{{ entity.role_verbose }}</b> for <b>{{entity.scope.name }}</b>.</br>
Please select your response by using the buttons below.
</div>
@@ -40,7 +40,7 @@
{% else %}
<p>
<div="text">
- This is a invite to <b>{{ entity.link_id }}</b> to become a
+ This is the invitation to <b>{{ entity.link_id }}</b> to become a
<b>{{ entity.role_verbose }}</b> for <b>{{entity.scope.name }}</b>.<br/>
If you would like to withdraw this invite please press the withdraw button below.
</div>