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,7 +63,7 @@ $config['smtp_pass'] = '%p';
63 63
 $config['support_url'] = 'https://www.{{ domain }}';
64 64
 
65 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 68
 // this key is used to encrypt the users imap password which is stored
69 69
 // in the session record (and the client cookie if remember password is enabled).

Loading…
Cancel
Save