diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-13 17:40:56 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-13 17:40:56 +0200 |
commit | 660df7cd5d6c29f540ec4555fc2a89aa680f7726 (patch) | |
tree | cb647296bc3e4383a71b1a3832d857ba6d5abd51 /module | |
parent | working login (diff) | |
download | pyload-660df7cd5d6c29f540ec4555fc2a89aa680f7726.tar.xz |
fixed typo
Diffstat (limited to 'module')
-rw-r--r-- | module/web/templates/default/logout.html | 2 |
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 %} |