refs #5513 minor fixes

This commit is contained in:
Alexandre Riera 2023-06-15 12:06:42 +02:00
parent f9129afc17
commit 2a34abac61
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
subject: Modified entry
title: Modified entry
description: 'From Warehouse the following packaging entry has been created/modified: '
description: From Warehouse the following packaging entry has been created/modified

View File

@ -1,3 +1,3 @@
subject: Entrada modificada
title: Entrada modificada
description: 'Desde Almacén se ha creado/modificado la siguiente entrada de embalajes: '
description: Desde Almacén se ha creado/modificado la siguiente entrada de embalajes

View File

@ -3,7 +3,7 @@
<div class="grid-block vn-pa-ml">
<h1>{{ $t('title') }}</h1>
<p>
{{ $t('description') }}
{{ $t('description') }}:
<a :href="url">{{ url }}</a>
</p>
</div>