Add tooltip to add state button
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
William Buezas 2024-06-25 12:58:49 -03:00
parent 0afd7f4ae1
commit 1529e2dd4f
3 changed files with 3 additions and 1 deletions

View File

@ -114,7 +114,7 @@ const openCreateModal = () => createTrackingDialogRef.value.show();
<QPageSticky :offset="[20, 20]"> <QPageSticky :offset="[20, 20]">
<QBtn @click="openCreateModal()" color="primary" fab icon="add" /> <QBtn @click="openCreateModal()" color="primary" fab icon="add" />
<QTooltip class="text-no-wrap"> <QTooltip class="text-no-wrap">
{{ t('purchaseRequest.newRequest') }} {{ t('tracking.addState') }}
</QTooltip> </QTooltip>
</QPageSticky> </QPageSticky>
</QPage> </QPage>

View File

@ -2,3 +2,4 @@ tracking:
state: State state: State
worker: Worker worker: Worker
created: Created created: Created
addState: Add state

View File

@ -2,5 +2,6 @@ tracking:
state: Estado state: Estado
worker: Trabajador worker: Trabajador
created: Fecha creación created: Fecha creación
addState: Añadir estado
Search ticket: Buscar ticket Search ticket: Buscar ticket
You can search by ticket id or alias: Puedes buscar por id o alias del ticket You can search by ticket id or alias: Puedes buscar por id o alias del ticket