]> nmode's Git Repositories - Rnaught/blobdiff - R/server.R
Fix string formatting and text output
[Rnaught] / R / server.R
index ed5ecd7454b8ae73047cc6212ef38725afdd606d..a2ba674c0827f45203257976cb1e09555172f43e 100644 (file)
@@ -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
         }