Skip to content

Commit

Permalink
Set main title of appendices part in plural
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jun 4, 2024
1 parent 9193adc commit be2409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/references.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ references <- function(appendix = FALSE, part = FALSE) {
)
app_title <- sprintf(
"# (APPENDIX) %s {-}",
c(nl = "Bijlage", en = "Appendix", fr = "Annexe")[lang]
c(nl = "Bijlagen", en = "Appendices", fr = "Annexes")[lang]
)
output <- c(ref_title, "<div id='refs'></div>", app_title[appendix])
} else {
Expand Down

0 comments on commit be2409b

Please sign in to comment.