summaryrefslogtreecommitdiff
path: root/templates/apps/userprofile/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apps/userprofile/home.html')
-rw-r--r--templates/apps/userprofile/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html
index 072760f..d769f6b 100644
--- a/templates/apps/userprofile/home.html
+++ b/templates/apps/userprofile/home.html
@@ -17,7 +17,7 @@ $(function() {
<div id="m{{m.id}}" class="{{m.status}}">
<h3 style="padding-left: 20px;">{{m.name.shortname}}</h3>
<div>
- You hae been a member of {{m.name.shortname}} since {{m.timecreated}}<br/>
+ You have been a member of {{m.name.shortname}} since {{m.timecreated}}<br/>
<div>{{m.name.description}}</div></br>
<a href="/name/id/{{m.name.id}}">More details about {{m.name.shortname}}...</a>
</div>