From 03e3b69ae3902d258547c58c2a1170fc72264711 Mon Sep 17 00:00:00 2001 From: Alexis Date: Thu, 9 Apr 2026 10:50:43 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20cambios=20m=C3=ADnimos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/DocEditor.jsx | 2 +- frontend/src/pages/History.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/DocEditor.jsx b/frontend/src/pages/DocEditor.jsx index dd393b5..1ea2b5b 100644 --- a/frontend/src/pages/DocEditor.jsx +++ b/frontend/src/pages/DocEditor.jsx @@ -261,7 +261,7 @@ export default function DocEditor() { isLoading ? 'bg-slate-400 text-slate-100 cursor-not-allowed' : 'bg-blue-600 text-white hover:bg-blue-700' }`} > - {isLoading ? 'Guardando...' : 'Finalizar y Guardar'} + {isLoading ? 'Guardando...' : 'Guardar'} )} diff --git a/frontend/src/pages/History.jsx b/frontend/src/pages/History.jsx index 12da8e0..10529fa 100644 --- a/frontend/src/pages/History.jsx +++ b/frontend/src/pages/History.jsx @@ -71,7 +71,7 @@ export default function History() {
📭

AĂșn no has guardado ningĂșn modelo.

-

Ve al editor, crea una grĂĄfica y dale a "Finalizar y Guardar".

+

Ve al editor, crea una grĂĄfica y dale a "Guardar".

) : (