From 259afec59773255ad35f44da893f25bec0d0294b Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Fri, 31 Jan 2025 16:05:01 +0100 Subject: [PATCH] unnecessary komma --- program/shinyApp/R/C_strings.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/shinyApp/R/C_strings.R b/program/shinyApp/R/C_strings.R index f9c66339..34da70dc 100644 --- a/program/shinyApp/R/C_strings.R +++ b/program/shinyApp/R/C_strings.R @@ -22,6 +22,6 @@ ERROR_PREPROC <<- HTML(paste0( "The current data might not be what you expect.
", "Ensure you change something within the data or the Pre-Processing,
", "and click 'Get Pre-Processing' again.
", - "You should not see this message before moving to analysis!
", + "You should not see this message before moving to analysis!
" )) # Error shown in the info box upon failed preprocessing