- creato editor di Pagine (iniziato)
- fix: mancano i "t," su alcuni componenti...
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
<div v-if="onlysaldo" class="q-ma-sm">
|
||||
<div v-if="circuitsnational.length === 0">
|
||||
|
||||
|
||||
</div>
|
||||
<div v-else v-for="(circnaz, ind) of circuitsnational" :key="ind">
|
||||
<q-avatar v-if="userStore.getImgByCircuit(circnaz)" size="30px">
|
||||
@@ -87,7 +87,7 @@
|
||||
<div v-if="myaccount.date_created" class="container">
|
||||
<q-icon name="fas fa-lightbulb" class="iconcirc"></q-icon>
|
||||
{{
|
||||
$t('shared.createddate', {
|
||||
t('shared.createddate', {
|
||||
date: tools.getstrDateYY(myaccount.date_created),
|
||||
})
|
||||
}}
|
||||
@@ -102,7 +102,7 @@
|
||||
>
|
||||
<q-icon name="fas fa-pencil-alt" class="iconcirc"></q-icon>
|
||||
<span class="element">{{
|
||||
$t('shared.lastmodify', {
|
||||
t('shared.lastmodify', {
|
||||
date: tools.getstrDateYY(myaccount.date_updated),
|
||||
})
|
||||
}}</span>
|
||||
|
||||
Reference in New Issue
Block a user