[FIX] Change Odoo to Flectra in database_manager.html
This commit is contained in:
parent
e5d7434bc1
commit
7dece5564f
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Odoo</title>
|
||||
<title>Flectra</title>
|
||||
<link rel="shortcut icon" href="/web/static/src/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/web/static/lib/fontawesome/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="/web/static/lib/bootstrap/css/bootstrap.css">
|
||||
@ -53,7 +53,7 @@
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro create_form() -%}
|
||||
<p>Odoo is up and running! <br />
|
||||
<p>Flectra is up and running! <br />
|
||||
Fill out this form to create a new database. You will install your first app afterwards.</p>
|
||||
{{ master_input() }}
|
||||
<div class="form-group">
|
||||
@ -103,7 +103,7 @@
|
||||
<label>
|
||||
<input name="demo" type="checkbox" class="pull-right" value="1">
|
||||
<span>Load demonstration data</span>
|
||||
<span class="text-muted"> (Check this box to evaluate Odoo)</span>
|
||||
<span class="text-muted"> (Check this box to evaluate Flectra)</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
@ -122,7 +122,7 @@
|
||||
</div>
|
||||
{% elif insecure and databases %}
|
||||
<div class="alert alert-warning">
|
||||
Warning, your Odoo database manager is not protected.
|
||||
Warning, your Flectra database manager is not protected.
|
||||
Please <a href="#" data-toggle="modal" data-target=".o_database_master">set a master password</a>
|
||||
to secure it.
|
||||
</div>
|
||||
@ -218,7 +218,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="copy">This database might have been moved or copied.</label>
|
||||
<p class="help-block">In order to avoid conflicts between databases, Odoo needs to know if this database was moved or copied.
|
||||
<p class="help-block">In order to avoid conflicts between databases, Flectra needs to know if this database was moved or copied.
|
||||
If you don't know, answer "This database is a copy".</p>
|
||||
<div class="radio">
|
||||
<label>
|
||||
|
Loading…
Reference in New Issue
Block a user