fix: refs #7957 rollback
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-12-16 10:21:20 +01:00
parent 51ed58465d
commit a6815f4e3d
3 changed files with 2 additions and 3 deletions

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