refactor: cambios mínimos

This commit is contained in:
Alexis
2026-04-09 10:50:43 +02:00
parent 5fbf08cdc1
commit 03e3b69ae3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'}
</button>
</div>
)}