Display: Fix text translated in small tag

pull/5688/head
Angel Fernando Quiroz Campos 1 year ago
parent bf5e76cdbf
commit 317fc78d83
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 4
      assets/vue/components/installer/Step1.vue

@ -26,9 +26,7 @@
/>
</div>
<small
v-text="
t('Cannot find your language in the list? Contact us at info@chamilo.org to contribute as a translator.')
"
v-t="'Cannot find your language in the list? Contact us at info@chamilo.org to contribute as a translator.'"
/>
</div>

Loading…
Cancel
Save