Skip to content

Commit e7747c5

Browse files
committed
chore: improve on error message (missing on last commit)
1 parent a9a0b0e commit e7747c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/module_nested_tabs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ui_teal_module.teal_module <- function(id, modules, depth = 0L) {
9898
class = "teal_validated",
9999
div(
100100
class = "teal-output-warning",
101-
"One of transformators failed. Please fix and continue."
101+
"One of transformators failed. Please check its inputs."
102102
)
103103
)
104104
),

0 commit comments

Comments
 (0)