mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
14 lines
714 B
Diff
14 lines
714 B
Diff
|
diff --git a/addons/web/views/webclient_templates.xml b/addons/web/views/webclient_templates.xml
|
||
|
index 5fa62beb761..124ab72d45a 100644
|
||
|
--- a/addons/web/views/webclient_templates.xml
|
||
|
+++ b/addons/web/views/webclient_templates.xml
|
||
|
@@ -253,7 +253,7 @@
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
|
||
|
|
||
|
- <title t-esc="title or 'Odoo'"/>
|
||
|
+ <title t-esc="title or 'LibreERP'"/>
|
||
|
<link type="image/x-icon" rel="shortcut icon" t-att-href="x_icon or '/web/static/src/img/favicon.ico'"/>
|
||
|
|
||
|
<script type="text/javascript">
|