diff options
Diffstat (limited to 'structure/book/en/00-preamble.md')
-rw-r--r-- | structure/book/en/00-preamble.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md index 60bfc73..b42f744 100644 --- a/structure/book/en/00-preamble.md +++ b/structure/book/en/00-preamble.md @@ -9,7 +9,7 @@ if (knitr::is_html_output()) { cat("\n") cat('<img src="images/cover.png">') cat("\n") - cat("<h2>Sobre</h2>") + cat("<h2>About</h2>") cat("\n") cat('<em>') cat(readLines('DISCLAIMER'), sep='\n') |