Commit c513b975 authored by Midoux Cedric's avatar Midoux Cedric
Browse files

typo transform

parent dd3d5b79
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -293,7 +293,7 @@ transformSample <- function() { ...@@ -293,7 +293,7 @@ transformSample <- function() {
wellPanel(verbatimTextOutput("transformFun")), wellPanel(verbatimTextOutput("transformFun")),
footer = tagList(modalButton("Cancel"), footer = tagList(modalButton("Cancel"),
actionButton(inputId = "transformData", label = "Transforme") actionButton(inputId = "transformData", label = "Transform")
) )
) )
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment