Skip to content

Commit b805388

Browse files
authored
Merge pull request #525 from josdem/feature/478
[small]Feature/478
2 parents 9ae3272 + 90a5021 commit b805388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val cglibVersion by extra("3.3.0")
2929
val mockitoKotlinVersion by extra("5.4.0")
3030

3131
group = "com.josdem.vetlog"
32-
version = "2.3.9.2"
32+
version = "2.4.0"
3333

3434
configurations {
3535
compileOnly {

src/main/resources/i18n/messages_es.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ pet.not.sterilized=Sin Esterilizar
8383
pet.vaccinated=Vacunado
8484
pet.not.vaccinated=No Vacunado
8585
pet.vaccines=Vacunas
86-
pet.breed=Tipo de Mascota
87-
pet.type=Raza
86+
pet.breed=Raza
87+
pet.type=Tipo de Mascota
8888
pet.status=Estatus
8989
pet.list.empty=Lista Vacía
9090
pet.image=Imágen de la mascota

0 commit comments

Comments
 (0)