Skip to content

Commit

Permalink
unnecessary komma
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost committed Jan 31, 2025
1 parent 5596bf8 commit 259afec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/shinyApp/R/C_strings.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ERROR_PREPROC <<- HTML(paste0(
"The current data might not be what you expect.<br>",
"Ensure you change something within the data or the Pre-Processing,<br>",
"and click 'Get Pre-Processing' again.<br>",
"<span style='color: red;'>You should not see this message before moving to analysis!</span><br>",
"<span style='color: red;'>You should not see this message before moving to analysis!</span><br>"
)) # Error shown in the info box upon failed preprocessing

0 comments on commit 259afec

Please sign in to comment.