Skip to content

Commit a2a5e36

Browse files
author
nguyenta
committed
update text display
1 parent cd8c00f commit a2a5e36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ server <- function(input, output, session) {
178178

179179
# Update working folder
180180
updateTextInput(session, "workingFolder",
181-
label = "1. Working folder",
181+
label = "2. Working folder",
182182
value = globalVariable$workingFolder)
183183

184184
# Update TxtInOut folder
185185
updateTextInput(session, "TxtInOutFolder",
186-
label = "2. TxtInOut folder",
186+
label = "3. TxtInOut folder",
187187
value = globalVariable$TxtInOutFolder)
188188

189189

0 commit comments

Comments
 (0)