From 02edefe2c0ccd07e2c510c073189d69af097892e Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Tue, 25 Jul 2023 02:17:43 +0000 Subject: Fix string formatting and text output --- R/server.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/server.R') diff --git a/R/server.R b/R/server.R index ed5ecd7..a2ba674 100644 --- a/R/server.R +++ b/R/server.R @@ -142,7 +142,7 @@ server <- function(input, output) { output$gridShapeWarn <- shiny::renderText("") if (is.na(max_scale) || max_scale < 1 / grid_length) { - output$gridShapeWarn <- shiny::renderText("Error: The maximum scale + output$gridScaleWarn <- shiny::renderText("Error: The maximum scale must be at least the reciprocal of the grid length.") checks_passed <- FALSE } -- cgit v1.2.3