diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-09 16:31:19 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:49 -0700 |
commit | e917fd28e06b7f9527504fa74a2a5fe5cee8e466 (patch) | |
tree | 9b511efc639880a08c7547d5365ac43e1ad0447c | |
parent | ab88459a560ddb0d9d4ca4f398a7a78939236d16 (diff) | |
download | gitbook-e917fd28e06b7f9527504fa74a2a5fe5cee8e466.zip gitbook-e917fd28e06b7f9527504fa74a2a5fe5cee8e466.tar.gz gitbook-e917fd28e06b7f9527504fa74a2a5fe5cee8e466.tar.bz2 |
Change term "Generated" to "Published"
-rw-r--r-- | theme/templates/includes/book/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/includes/book/summary.html b/theme/templates/includes/book/summary.html index d2917b9..8f6e4c8 100644 --- a/theme/templates/includes/book/summary.html +++ b/theme/templates/includes/book/summary.html @@ -56,7 +56,7 @@ {% if options.links.gitbook !== false %} <li class="divider"></li> <li> - <a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Generated using GitBook</a> + <a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Published using GitBook</a> </li> {% endif %} </ul> |