From 77992072b7963d9a96c11a3913f553c820cc21da Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 May 2022 00:49:24 +0200 Subject: added localization via Locale::Maketext --- templates/webmail/login.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/webmail') diff --git a/templates/webmail/login.html.ep b/templates/webmail/login.html.ep index 0b7b080..28768e3 100644 --- a/templates/webmail/login.html.ep +++ b/templates/webmail/login.html.ep @@ -21,14 +21,14 @@ %= text_field 'userid' => '' => (required => '')
- %= label_for password => ucfirst l 'passwd' + %= label_for password => ucfirst l 'password' %= password_field 'password' => (required => '')
% if ($uses_cram) { %= hidden_field challenge => rand % }
- %= submit_button l('login') => (class => 'pure-button pure-button-primary') => (name => 'submit_button') => $uses_cram ? (disabled => '') : () + %= submit_button ucfirst l('login') => (class => 'pure-button pure-button-primary') => (name => 'submit_button') => $uses_cram ? (disabled => '') : ()
% end -- cgit v1.2.3