- creato editor di Pagine (iniziato)
- fix: mancano i "t," su alcuni componenti...
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="text-center q-gutter-sm q-ma-sm clBorderWarning">
|
||||
<div v-if="tools.TelegCode() > 0">
|
||||
<div class="text-h5 text-center text-red">
|
||||
{{ $t('reg.teleg_auth') }} Telegram:
|
||||
{{ t('reg.teleg_auth') }} Telegram:
|
||||
</div>
|
||||
|
||||
<CCopyBtn :title="$t('reg.click_per_copiare')" :texttocopy="tools.TelegCode()">
|
||||
@@ -14,14 +14,14 @@
|
||||
</div>
|
||||
|
||||
<div v-if="!tools.TelegVerificato()" class="q-pa-sm q-gutter-sm">
|
||||
<div v-if="!tools.TelegCode()"><strong>{{ $t('components.authentication.telegram.open') }}</strong></div>
|
||||
<div v-if="!tools.TelegCode()"><strong>{{ t('components.authentication.telegram.open') }}</strong></div>
|
||||
<div class="q-ma-md">
|
||||
<q-btn rounded color="primary" icon="fab fa-telegram"
|
||||
:label="$t('components.authentication.telegram.openbot', { botname: tools.getBotName() })" type="a"
|
||||
:href="tools.getLinkBotTelegram('', '')" target="_blank"></q-btn>
|
||||
<br>
|
||||
</div>
|
||||
<strong v-if="!tools.TelegCode()">{{ $t('components.authentication.telegram.ifclose', {
|
||||
<strong v-if="!tools.TelegCode()">{{ t('components.authentication.telegram.ifclose', {
|
||||
botname: tools.getBotName()
|
||||
})}}</strong>
|
||||
<div class="q-my-sm">
|
||||
|
||||
Reference in New Issue
Block a user