summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-13 17:40:56 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-13 17:40:56 +0200
commit660df7cd5d6c29f540ec4555fc2a89aa680f7726 (patch)
treecb647296bc3e4383a71b1a3832d857ba6d5abd51 /module
parentworking login (diff)
downloadpyload-660df7cd5d6c29f540ec4555fc2a89aa680f7726.tar.xz
fixed typo
Diffstat (limited to 'module')
-rw-r--r--module/web/templates/default/logout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/logout.html b/module/web/templates/default/logout.html
index a100c7004..8444c4b3f 100644
--- a/module/web/templates/default/logout.html
+++ b/module/web/templates/default/logout.html
@@ -5,5 +5,5 @@
{% endblock %}
{% block content %}
- <p><b>{{_("fYou were successfully logged out.")}}</b></p>
+ <p><b>{{_("You were successfully logged out.")}}</b></p>
{% endblock %}