summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntónio Meireles <antonio.meireles@reformi.st>2014-06-30 20:12:55 +0100
committerAntónio Meireles <antonio.meireles@reformi.st>2014-06-30 20:12:55 +0100
commit3ad20773a2e3fecc786dd56c97fdc70a948ef3fa (patch)
treed5da09b2e7ebe86921417a015aa9cdfe39fff4ab
parente57aebb31667a1de54e82cd26e9bbdb8e795039d (diff)
downloadgitea-3ad20773a2e3fecc786dd56c97fdc70a948ef3fa.tar.gz
gitea-3ad20773a2e3fecc786dd56c97fdc70a948ef3fa.zip
fix typos in users' editing template.
-rw-r--r--templates/admin/user/edit.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin/user/edit.tmpl b/templates/admin/user/edit.tmpl
index b1fffb69c3..329c667318 100644
--- a/templates/admin/user/edit.tmpl
+++ b/templates/admin/user/edit.tmpl
@@ -71,7 +71,7 @@
<div class="checkbox">
<label>
<input type="checkbox" name="active" {{if .User.IsActive}}checked{{end}}>
- <strong>This account has activated</strong>
+ <strong>This account is activated</strong>
</label>
</div>
</div>
@@ -82,7 +82,7 @@
<div class="checkbox">
<label>
<input type="checkbox" name="admin" {{if .User.IsAdmin}}checked{{end}}>
- <strong>This account has administor permisson</strong>
+ <strong>This account has administrator permissions</strong>
</label>
</div>
</div>
@@ -100,4 +100,4 @@
</div>
</div>
-{{template "base/footer" .}} \ No newline at end of file
+{{template "base/footer" .}}