#6321 - Negative ticket #158

Open
jsegarra wants to merge 156 commits from 6321_negative_tickets into dev
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 85fa394be0 - Show all commits

View File

@ -37,6 +37,7 @@ export default {
splitAll: 'Separar todos',
yes: 'Si',
no: 'No',
preview: 'Vista previa',
noChanges: 'Sin cambios que guardar',
changesToSave: 'Tienes cambios pendientes de guardar',
confirmRemove: 'Vas a eliminar este registro. ¿Continuar?',

View File

@ -192,7 +192,7 @@ const columns = computed(() => [
size="sm"
>
<QTooltip>
{{ t('Preview') }}
{{ t('globals.preview') }}
</QTooltip>
</QIcon>
</QTd>