Skip to content

Commit ce81f8e

Browse files
committed
Fix bug with update message in project page
1 parent 5504988 commit ce81f8e

File tree

1 file changed

+1
-1
lines changed
  • frontend/admin/src/routes/proyectos/[proyectoID]

1 file changed

+1
-1
lines changed

frontend/admin/src/routes/proyectos/[proyectoID]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
$form.descriptionEn = updateProject.descriptionEn;
7171
$form.area = updateProject.area;
7272
73-
success(`Proyecto "${updateProject.name}" actualizado con éxito.`);
73+
success(`Proyecto "${updateProject.nameEs}" actualizado con éxito.`);
7474
}
7575
}
7676
});

0 commit comments

Comments
 (0)