diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 14:38:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 14:38:48 -0300 |
commit | e6cd32648d1e209e8cb72fafac0bb814a259e6e2 (patch) | |
tree | 1d9e0da4def9b567f9d1bd22d297f529507d7207 /structure/book | |
parent | 6cee175a4b541184d55ee5b7a654dcd7d200b9b2 (diff) | |
download | bookup-e6cd32648d1e209e8cb72fafac0bb814a259e6e2.tar.gz bookup-e6cd32648d1e209e8cb72fafac0bb814a259e6e2.tar.bz2 |
Fix: template translation0.1.8
Diffstat (limited to 'structure/book')
-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') |