Browse Source

Tweak Roundcube site title

Thomas Buck 5 years ago
parent
commit
0010f983bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/webmail/templates/etc_roundcube_config.inc.j2

+ 1
- 1
roles/webmail/templates/etc_roundcube_config.inc.j2 View File

63
 $config['support_url'] = 'https://www.{{ domain }}';
63
 $config['support_url'] = 'https://www.{{ domain }}';
64
 
64
 
65
 // Name your service. This is displayed on the login screen and in the window title
65
 // Name your service. This is displayed on the login screen and in the window title
66
-$config['product_name'] = '{{ domain }} Webmail';
66
+$config['product_name'] = 'Webmail {{ domain }}';
67
 
67
 
68
 // this key is used to encrypt the users imap password which is stored
68
 // this key is used to encrypt the users imap password which is stored
69
 // in the session record (and the client cookie if remember password is enabled).
69
 // in the session record (and the client cookie if remember password is enabled).

Loading…
Cancel
Save