From 6bf59bff40ebe82773821d5945b5a0ba494f1671 Mon Sep 17 00:00:00 2001
From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Thu, 5 Jun 2014 15:46:25 +0200
Subject: [PATCH] typo

---
 portal/templates/account-view.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html
index 7b106d95..a6c067a2 100644
--- a/portal/templates/account-view.html
+++ b/portal/templates/account-view.html
@@ -148,7 +148,7 @@
 							{%if 'N/A' not in user_private_key%}
 							<td class="key">Identity</td> 
     						<td>
-								<button type="submit" name="dl_identity" class="btn btn-default btn-xs" title="You will require it for using jfed" id="dl_pkey">
+								<button type="submit" name="dl_identity" class="btn btn-default btn-xs" title="You will require it to use jfed" id="dl_pkey">
     								<span class="glyphicon glyphicon-download"></span> Download 
 								</button>
 							</td>
-- 
2.47.0