fix windows title

add translate
This commit is contained in:
ivan deng
2017-09-13 00:43:58 +08:00
parent 2b2cfe2f22
commit 37ac678518
5 changed files with 16 additions and 4 deletions

View File

@@ -44,6 +44,6 @@ odoo.define('app_odoo_customize.switch_language', function (require) {
});
}
});
}, 2000);
}, 2500);
});
});