diff options
| author | 2013-10-13 18:36:21 +0200 | |
|---|---|---|
| committer | 2013-10-13 18:36:21 +0200 | |
| commit | 609608421599d67969ee226ea3b9784ccf350a75 (patch) | |
| tree | f52896f1f035af00ac2afed145bda9c8ecabbc9f | |
| parent | Updated translations (diff) | |
| download | pyload-609608421599d67969ee226ea3b9784ccf350a75.tar.xz | |
Fixed typo error
| -rw-r--r-- | pyload/web/app/templates/default/setup/finished.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/web/app/templates/default/setup/finished.html b/pyload/web/app/templates/default/setup/finished.html index abe93b352..22a97649b 100644 --- a/pyload/web/app/templates/default/setup/finished.html +++ b/pyload/web/app/templates/default/setup/finished.html @@ -18,6 +18,6 @@  {{else}} -<h2>{{ _ "Pleae add a user first." }}</h2> +<h2>{{ _ "Please add a user first." }}</h2> -{{/if}}
\ No newline at end of file +{{/if}}  | 
