diff --git a/lib/pantallas/pantalla_vacaciones.dart b/lib/pantallas/pantalla_vacaciones.dart index 79328ad..b347b33 100644 --- a/lib/pantallas/pantalla_vacaciones.dart +++ b/lib/pantallas/pantalla_vacaciones.dart @@ -933,7 +933,7 @@ class _EditorVacacionesSheetState extends State<_EditorVacacionesSheet> { } /// Fix `vacaciones-delete`: mirrors `_guardar`'s pop-on-success shape, - /// but confirms first (via the same `_confirmarEliminarRange` dialog the + /// but confirms first (via the same `_confirmarEliminarRango` dialog the /// swipe gesture uses) and calls `eliminarRangoVacaciones` instead of /// saving. Only reachable when [widget.rango] is non-null (the delete /// button itself is hidden otherwise).