translation and minor style tweaks
This commit is contained in:
parent
44f6a581c7
commit
3fbfcb9939
@ -8,8 +8,7 @@
|
|||||||
<div class="col-12 col-xl-8 offset-xl-2">
|
<div class="col-12 col-xl-8 offset-xl-2">
|
||||||
<div class="row float-top w-100">
|
<div class="row float-top w-100">
|
||||||
<div class="col-auto no-gutter ml-auto d-print-none">
|
<div class="col-auto no-gutter ml-auto d-print-none">
|
||||||
<b-button variant="link" @click="useShoppingListStore().undoChange()"><i class="fas fa-undo"></i>
|
<i class="fas fa-undo fa-fw mr-2" @click="useShoppingListStore().undoChange()"></i>
|
||||||
</b-button>
|
|
||||||
|
|
||||||
<b-button variant="link" class="px-1 pt-0 pb-1 d-none d-md-inline-block">
|
<b-button variant="link" class="px-1 pt-0 pb-1 d-none d-md-inline-block">
|
||||||
<i class="fas fa-download fa-lg nav-link dropdown-toggle text-primary px-1"
|
<i class="fas fa-download fa-lg nav-link dropdown-toggle text-primary px-1"
|
||||||
@ -28,8 +27,9 @@
|
|||||||
:label="$t('copy_markdown_table')" icon="fab fa-markdown"/>
|
:label="$t('copy_markdown_table')" icon="fab fa-markdown"/>
|
||||||
</div>
|
</div>
|
||||||
</b-button>
|
</b-button>
|
||||||
<i id="id_filters_button" class="fas fa-filter fa-fw mt-1" style="font-size: 16px; cursor: pointer"
|
|
||||||
/>
|
<i id="id_filters_button" class="fas fa-filter fa-fw mt-1" style="font-size: 16px; cursor: pointer"/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -243,6 +243,7 @@
|
|||||||
"Week": "Week",
|
"Week": "Week",
|
||||||
"Month": "Month",
|
"Month": "Month",
|
||||||
"Year": "Year",
|
"Year": "Year",
|
||||||
|
"created_by": "Created by",
|
||||||
"Planner": "Planner",
|
"Planner": "Planner",
|
||||||
"Planner_Settings": "Planner settings",
|
"Planner_Settings": "Planner settings",
|
||||||
"Period": "Period",
|
"Period": "Period",
|
||||||
|
Loading…
Reference in New Issue
Block a user