diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index aa7068add..28557bfcb 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -356,9 +356,6 @@ [% ELSIF message_tag == "install_admin_get_password" %] Enter a password for the administrator account: - [% ELSIF message_tag == "install_admin_get_password2" %] - Please retype the password to verify: - [% ELSIF message_tag == "install_admin_created" %] [% user.login FILTER html %] is now set up as an administrator. @@ -376,6 +373,9 @@ [% ELSIF message_tag == "install_column_rename" %] Renaming column '[% old FILTER html %]' to '[% new FILTER html %]'... + [% ELSIF message_tag == "install_confirm_password" %] + Please retype the password to verify: + [% ELSIF message_tag == "install_default_classification" %] Creating default classification '[% name FILTER html %]'... @@ -406,6 +406,12 @@ account) to ensure it is set up as you wish - this includes setting the 'urlbase' option to the correct URL. + [% ELSIF message_tag == "install_reset_password" %] + Enter a new password for [% user.login FILTER html %]: + + [% ELSIF message_tag == "install_reset_password_done" %] + New password set. + [% ELSIF message_tag == "install_webservergroup_empty" %] **************************************************************************** WARNING! You have not entered a value for the "webservergroup" parameter |