template view store done

This commit is contained in:
Alexandro Uc Santos
2025-02-08 19:03:08 -06:00
parent 7092ab388c
commit 9ec7296340
8 changed files with 276 additions and 31 deletions

View File

@@ -487,6 +487,9 @@ const es = {
acceptedProposalDesc: 'Tu oferta ha sido aceptada en la carga',
rejectedProposalDesc: 'Tu oferta ha sido rechazada en la carga',
},
store: {
title: "Bodega"
}
};
export default es;