7152-devToTest_2414 #262

Merged
alexm merged 226 commits from 7152-devToTest_2414 into test 2024-03-28 08:20:24 +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>