From 3da1bc7f8d31665d4bea1eecee1ba967ff69e886 Mon Sep 17 00:00:00 2001 From: xXpuma99Xx <51341582+xXpuma99Xx@users.noreply.github.com> Date: Sun, 8 Jan 2023 17:50:17 -0600 Subject: [PATCH] =?UTF-8?q?editar=20instituci=C3=B3n=20admin=20corregido?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/botones/BotonFinSemestre.vue | 10 +++- components/panel_admin/AdminInstitucionA.vue | 21 ++++---- .../tablaBuscador/TablaBuscadorPrestamo.vue | 52 +++++++++---------- 3 files changed, 46 insertions(+), 37 deletions(-) diff --git a/components/botones/BotonFinSemestre.vue b/components/botones/BotonFinSemestre.vue index 9181fd5..b6fc0f5 100644 --- a/components/botones/BotonFinSemestre.vue +++ b/components/botones/BotonFinSemestre.vue @@ -6,7 +6,7 @@ @click=" $alertsGenericos.imprimirWarning( $buefy, - '¿Estas segur@ de querer deshabilitar a todos los usuarios?', + '¿Estas segur@ de querer deshabilitar las cuentas de todos los usuarios?', desactivarCuentas ) " @@ -16,6 +16,8 @@