From b6c4538e2e2999ca7c6f53fe564c65c32e76c297 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Fri, 25 Aug 2023 17:08:50 +0200 Subject: [PATCH] docs(GUI): correct English in UI file --- inst/ShinyGR/ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/ShinyGR/ui.R b/inst/ShinyGR/ui.R index 29ba3e1..2f02359 100644 --- a/inst/ShinyGR/ui.R +++ b/inst/ShinyGR/ui.R @@ -56,7 +56,7 @@ navbarPage(title = div("airGRteaching", ), - h4("Parameters values:"), + h4("Parameter values:"), sliderInput("X1", label = "X1 (production store capacity)", post = " [mm]", min = 0, -- GitLab