Skip to content

Commit

Permalink
Fix duplicate credits in about section (#1228)
Browse files Browse the repository at this point in the history
Signed off by @dan-niles.
  • Loading branch information
dan-niles authored Mar 15, 2024
1 parent 9903469 commit 596a44a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
5 changes: 4 additions & 1 deletion i18n/en.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion i18n/es.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion i18n/fr.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,12 @@ <h3 id="feedback" data-i18n="about-feedback">Feedback / helping / contributing</
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>

<h3 id="credits" data-i18n="about-credits">Credits</h3>
<p data-i18n="about-credits-gratitude">We owe a big debt of gratitude to:
<ul>
<li>Kelson and all the Kiwix community for welcoming us to this project;</li>
<li>Wikipedia teams and contributors for helping to make knowledge available to everybody;</li>
<li>All the developers of libraries and tools we used, for releasing them as Free software (see libraries and tools paragraph).</li>
</ul>
</p>
<p data-i18n="about-credits-gratitude">We owe a big debt of gratitude to:</p>
<ul>
<li data-i18n="about-credits-gratitude-part1">Kelson and all the Kiwix community for welcoming us to this project;</li>
<li data-i18n="about-credits-gratitude-part2">Wikipedia teams and contributors for helping to make knowledge available to everybody;</li>
<li data-i18n="about-credits-gratitude-part3">All the developers of libraries and tools we used, for releasing them as Free software (see libraries and tools paragraph).</li>
</ul>
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>

<h3 id="licence" data-i18n="about-licence">Licence information</h3>
Expand Down

0 comments on commit 596a44a

Please sign in to comment.