Skip to content

Commit

Permalink
Add 'Base model' in French
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrandin committed Oct 18, 2024
1 parent cd9b380 commit 2d15882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/model-names.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ sens_models_text <-
# This will be used to generate the sensitivity parameter table later
sens_models_text_no_base <- sens_models_text
# Add base model text to each sensitivity group
sens_models_text <- map(sens_models_text, ~{c("Base model", .x)})
sens_models_text <- map(sens_models_text, ~{c(tr("Base model"), .x)})
# Make these factors so that they can be reordered in the legends later
sens_models_text <- sens_models_text %>% map(~{factor(.x, levels = .x)})

Expand Down

0 comments on commit 2d15882

Please sign in to comment.