#8448 - devToTest #1254
|
@ -8,6 +8,5 @@ import VnSearchbar from 'components/ui/VnSearchbar.vue';
|
||||||
:redirect="false"
|
:redirect="false"
|
||||||
:label="$t('searchBar.label')"
|
:label="$t('searchBar.label')"
|
||||||
:info="$t('searchBar.info')"
|
:info="$t('searchBar.info')"
|
||||||
:new-tab="true"
|
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -41,5 +41,5 @@ salesTicketsTable:
|
||||||
packing: ITP
|
packing: ITP
|
||||||
searchBar:
|
searchBar:
|
||||||
label: Search tickets
|
label: Search tickets
|
||||||
info: Up to 5 characters search by client id, more than 5 search by ticket id or alias
|
info: Search tickets by id or alias
|
||||||
refreshInfo: Toggle auto-refresh every 2 minutes
|
refreshInfo: Toggle auto-refresh every 2 minutes
|
||||||
|
|
|
@ -41,5 +41,5 @@ salesTicketsTable:
|
||||||
packing: ITP
|
packing: ITP
|
||||||
searchBar:
|
searchBar:
|
||||||
label: Buscar tickets
|
label: Buscar tickets
|
||||||
info: Hasta 5 caracteres busca por id de cliente, más de 5 busca por id de ticket o alias
|
info: Buscar tickets por identificador o alias
|
||||||
refreshInfo: Conmuta el refresco automático cada 2 minutos
|
refreshInfo: Conmuta el refresco automático cada 2 minutos
|
||||||
|
|
Loading…
Reference in New Issue