From 042a26c7bd176a6d62b3d6e1b2bf85ac05223da6 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 21 Oct 2015 16:24:46 +0200 Subject: [PATCH] Fix typo in error message --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.py b/index.py index be85275..42170a1 100755 --- a/index.py +++ b/index.py @@ -76,7 +76,7 @@ def main(): else: main_content = read_template_file('fail.tpl', message='User not found or wrong password entered.') else: - main_content = read_template_file('fail.tpl', message='Passwords to not match.') + main_content = read_template_file('fail.tpl', message='Passwords do not match.') elif form_ok == False: main_content = read_template_file('fail.tpl', message='All fields are required.') else: