diff --git a/R/import-file-ext.R b/R/import-file-ext.R index 5298ec4..1eba71a 100644 --- a/R/import-file-ext.R +++ b/R/import-file-ext.R @@ -83,7 +83,7 @@ import_file_ui <- function(id, inputId = ns("file"), label = datamods:::i18n("Upload a file:"), buttonLabel = datamods:::i18n("Browse..."), - placeholder = datamods:::i18n("No file selected"), + placeholder = datamods:::i18n("No file selected; maximum file size is 5 mb"), accept = file_extensions, width = "100%", ## A solution to allow multiple file upload is being considered diff --git a/SESSION.md b/SESSION.md index 9dd0b55..227cb13 100644 --- a/SESSION.md +++ b/SESSION.md @@ -160,6 +160,7 @@ |R6 |2.6.1 |2025-02-15 |CRAN (R 4.4.1) | |ragg |1.4.0 |2025-04-10 |CRAN (R 4.4.1) | |rankinPlot |1.1.0 |2023-01-30 |CRAN (R 4.4.0) | +|rappdirs |0.3.3 |2021-01-31 |CRAN (R 4.4.1) | |rbibutils |2.3 |2024-10-04 |CRAN (R 4.4.1) | |RColorBrewer |1.1-3 |2022-04-03 |CRAN (R 4.4.1) | |Rcpp |1.0.14 |2025-01-12 |CRAN (R 4.4.1) |