#7864 - 7864_testToMaster_2434 #629

Merged
jsegarra merged 159 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:17 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 90073a0a68 - Show all commits

View File

@ -112,7 +112,7 @@ const openCloneDialog = async () => {
.dialog({
component: VnConfirm,
componentProps: {
title: t("All it's properties will be copied"),
title: t('All its properties will be copied'),
message: t('Do you want to clone this item?'),
},
})
@ -215,7 +215,7 @@ const openCloneDialog = async () => {
<i18n>
es:
Regularize stock: Regularizar stock
All it's properties will be copied: Todas sus propiedades serán copiadas
All its properties will be copied: Todas sus propiedades serán copiadas
Do you want to clone this item?: ¿Desea clonar este artículo?
</i18n>