diff options
Diffstat (limited to 'templates/web/default/alert/confirm.html')
-rw-r--r-- | templates/web/default/alert/confirm.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/alert/confirm.html b/templates/web/default/alert/confirm.html index 3dc4bed97..07694cbb6 100644 --- a/templates/web/default/alert/confirm.html +++ b/templates/web/default/alert/confirm.html @@ -7,6 +7,8 @@ [% loc('You have successfully confirmed your alert.') %] [% ELSIF confirm_type == 'unsubscribe' %] [% loc('You have successfully deleted your alert.') %] +[% ELSIF confirm_type == 'created' %] + [% loc('You have successfully created your alert.') %] [% END %] </p> |