mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Coherance fix in mail editor title
This commit is contained in:
@@ -108,7 +108,7 @@ function updateWindowTitleFromSubject(event) {
|
||||
if (this.value) {
|
||||
document.title = this.value;
|
||||
}else{
|
||||
document.title = _("Untitled");
|
||||
document.title = '(' + _("Untitled") + ')';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user