From c9d09c44a2a345956dfae75e9219dfcf559b5727 Mon Sep 17 00:00:00 2001 From: Costa <47926492N@ICO.SCS.local> Date: Mon, 28 Mar 2022 14:52:42 +0200 Subject: [PATCH] =?UTF-8?q?Cambio=20de=20"Sincronizar"=20a=20"Actualizar"?= =?UTF-8?q?=20nitr=C3=B3geno.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BDAccess/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BDAccess/app.R b/BDAccess/app.R index b4ba8bb..155e434 100644 --- a/BDAccess/app.R +++ b/BDAccess/app.R @@ -54,7 +54,7 @@ ui <- fluidPage( choices = list("NHC" = 1, "UMID/OVID" = 2, "UM/OV"=3), selected = 2), textInput("id", label = "ID", value = ""), - actionButton("nitrosync", "Sincroniza NitrĂ³geno") + actionButton("nitrosync", "Actualiza NitrĂ³geno") ), mainPanel( htmlOutput("report"),