This commit is contained in:
Alex Cabal 2024-12-13 22:51:24 -06:00
parent e76f691724
commit 1979b27432

View file

@ -86,7 +86,7 @@ catch(Exceptions\EbookNotFoundException){
<? if($ebook->EbookPlaceholder->Difficulty == \Enums\EbookPlaceholderDifficulty::Beginner){ ?>
<p><a href="/contribute#technical-contributors">Produce this ebook yourself</a> and your work will allow others to read it for free forever. <em>This book is a good choice to start with if youve never created an ebook for us before</em>—well help you through the process!</p>
<? }else{ ?>
<p>If youve created an ebook for us before, you can <a href="/contribute#technical-contributors">produce this ebook yourself</a> so that others can read it for free. Your name will inscribed in the colophon as the ebooks producer.</p>
<p>If youve created an ebook for us before, you can <a href="/contribute#technical-contributors">produce this ebook yourself</a> so that others can read it for free. Your name will be inscribed in the colophon as the ebooks producer.</p>
<? } ?>
</li>
</ul>