mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
revised ui
This commit is contained in:
parent
b2745f5628
commit
af4e21b836
22 changed files with 110 additions and 64 deletions
|
|
@ -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)
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue