[REF] rename Lab into Library

This commit is contained in:
Géry Debongnie
2019-04-18 10:20:27 +02:00
parent f466495f75
commit b974d9d0cc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "owl-playground",
"description": "Odoo Web Lab",
"description": "Odoo Web Library",
"scripts": {
"serve": "python -m SimpleHTTPServer 8001"
"serve": "python -m SimpleHTTPServer 8001"
}
}
}
+1 -1
View File
@@ -127,7 +127,7 @@ const TEMPLATE = `
<div class="separator vertical" t-on-mousedown="onMouseDown"/>
<div class="right-pane" t-att-style="rightPaneStyle">
<div class="welcome" t-if="state.displayWelcome">
<div>🦉 Odoo Web Lab 🦉</div>
<div>🦉 Odoo Web Library 🦉</div>
<div>v<t t-esc="version"/></div>
<div class="url"><a href="https://github.com/odoo/owl">https://github.com/odoo/owl</a></div>
<div class="note">Note: these examples require a recent browser to work without a transpilation step. </div>