소스 검색

Tweak Roundcube site title

Thomas Buck 5 년 전
부모
커밋
0010f983bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      roles/webmail/templates/etc_roundcube_config.inc.j2

+ 1
- 1
roles/webmail/templates/etc_roundcube_config.inc.j2 파일 보기

@@ -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…
취소
저장