Skip to content
Snippets Groups Projects
Commit 6ddc8e01 authored by Juliana's avatar Juliana
Browse files

[UPD]Change term button

parent 8f861084
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
title="Dernier jour" title="Dernier jour"
aria-label="Dernier jour" aria-label="Dernier jour"
data-mode="day" data-mode="day"
><strong>Dernière journée</strong><br /><t ><strong>Jour</strong><br /><t
t-esc="data_values['last_day']" t-esc="data_values['last_day']"
/></button> /></button>
<button <button
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
title="7 derniers jours" title="7 derniers jours"
aria-label="7 derniers jours" aria-label="7 derniers jours"
data-mode="week" data-mode="week"
><strong>7 derniers jours</strong><br /><t ><strong>Semaine</strong><br /><t
t-esc="data_values['last_week']" t-esc="data_values['last_week']"
/></button> /></button>
<button <button
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
title="Dernier mois" title="Dernier mois"
aria-label="Dernier mois" aria-label="Dernier mois"
data-mode="month" data-mode="month"
><strong>Dernier mois</strong><br /><t ><strong>Mois</strong><br /><t
t-esc="data_values['last_month']" t-esc="data_values['last_month']"
/></button> /></button>
<button <button
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
title="6 derniers mois" title="6 derniers mois"
aria-label="6 derniers mois" aria-label="6 derniers mois"
data-mode="semestre" data-mode="semestre"
><strong>6 derniers mois</strong><br /><t ><strong>Semestre</strong><br /><t
t-esc="data_values['last_semestre']" t-esc="data_values['last_semestre']"
/></button> /></button>
<button <button
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
title="12 derniers mois" title="12 derniers mois"
aria-label="12 derniers mois" aria-label="12 derniers mois"
data-mode="year" data-mode="year"
><strong>12 derniers mois</strong><br /><t ><strong>Année</strong><br /><t
t-esc="data_values['last_year']" t-esc="data_values['last_year']"
/></button> /></button>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment