#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
3 changed files with 2 additions and 3 deletions
Showing only changes of commit a6815f4e3d - Show all commits

View File

@ -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>

View File

@ -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

View File

@ -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