Small text changes in process_request.html template.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 09 Mar 2009 00:40:27 +0000
changeset 1767 eb7b8367e30f
parent 1766 75531b82a4e2
child 1768 3177f83c1e50
Small text changes in process_request.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
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 @@
 <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>