revised ui

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-04-10 21:04:42 +02:00
commit af4e21b836
No known key found for this signature in database
22 changed files with 110 additions and 64 deletions

View file

@ -714,7 +714,7 @@ make_success_alert <- function(data,
i18n$t("Data ready to be imported!")
),
sprintf(
i18n$t("Data has %s obs. of %s variables."),
i18n$t("The data set has %s obs. in %s variables."),
nrow(data),
ncol(data)
),
@ -725,7 +725,7 @@ make_success_alert <- function(data,
i18n$t("Data successfully imported!")
),
sprintf(
i18n$t("Data has %s obs. of %s variables."),
i18n$t("The data set has %s obs. in %s variables."),
nrow(data),
ncol(data)
),