diff options
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index ae2804d1c..66ec6f242 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title><roundcube:label name="welcome" /></title> +<title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> <style type="text/css"> |