From 732d577078ead5104b6afaa4c56be0d14c60b631 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 19 Aug 2019 16:32:17 +0100 Subject: Text changes --- app/auth/routes.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'app/auth') diff --git a/app/auth/routes.py b/app/auth/routes.py index aa44e7d..0e40fbb 100644 --- a/app/auth/routes.py +++ b/app/auth/routes.py @@ -39,10 +39,10 @@ LEGAL = markdown.markdown( """ ## Terms and Conditions - The AnnotateChange application is created to construct a data set for - the analysis of change point algorithms. As a user, you will be asked - to annotate time series data. It is important that we can use these - annotations freely and publish them under a permissive license. + The AnnotateChange application was created to construct a data set for + the analysis of change point detection algorithms. As a user, you will + be asked to annotate time series data. It is important that we can use + these annotations freely and publish them under a permissive license. Therefore, we ask that you agree to the following terms and conditions. @@ -141,7 +141,8 @@ def register(): send_email_confirmation_email(user) flash( - "An email has been sent to confirm your account, please check your email (including the spam folder).", + "An email has been sent to confirm your account, please check " + "your email (including the spam folder).", "info", ) -- cgit v1.2.3