7167-testToMaster_2414 #266

Merged
alexm merged 230 commits from 7167-testToMaster_2414 into master 2024-04-04 05:35:08 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 37985d853b - Show all commits

View File

@ -42,7 +42,7 @@ function exprBuilder(param, value) {
<VnSearchbar
data-key="ParkingList"
:label="t('Search parking')"
:info="t('You can search by code')"
:info="t('You can search by parking code')"
/>
</Teleport>
<Teleport to="#actions-append">
@ -105,3 +105,8 @@ function exprBuilder(param, value) {
</div>
</QPage>
</template>
<i18n>
es:
Search parking: Buscar parking
You can search by parking code: Puede buscar por el código del parking
</i18n>