diff options
Diffstat (limited to 'app/templates/annotate/index.html')
| -rw-r--r-- | app/templates/annotate/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index f4172b6..efb617b 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -31,11 +31,11 @@ </div> <br> -{{ modals.modal("submitNoCP", "No Change Points Selected", "Please use the +{{ modals.info("submitNoCP", "No Change Points Selected", "Please use the \"No Change Points\" button when you think there are no change points in the time series.") }} -{{ modals.modal("NoCPYesCP", "Change Points Selected", "There are selected +{{ modals.info("NoCPYesCP", "Change Points Selected", "There are selected change points, please click the Reset button before clicking the \"No change points\" button.") }} |
