diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 613db53..95bced8 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -10,7 +10,7 @@ <h1>Hi, {{ current_user.username }}!</h1> {% endif %} <p> - Welcome to <i>AnnotateChange</i> a tool for annotating time series data + Welcome to <i>AnnotateChange</i>, a tool for annotating time series data for changepoint analysis. </p> {% if not current_user.is_authenticated %} |
