Browse Source

Update page-catalog.php (#290)

Add the word 'yet' to no books in catalog message
pull/291/head
Thomas Weideman 3 years ago committed by GitHub
parent
commit
229821e86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      page-catalog.php

2
page-catalog.php

@ -55,7 +55,7 @@ else :
<h1 class="entry-title"><?php _e( 'No Books Found', 'pressbooks-aldine' ); ?></h1>
</header>
<div class="entry-content" style="text-align:center;">
<p><?php _e( 'No books have been added to the catalog.', 'pressbooks-aldine' ); ?></p>
<p><?php _e( 'No books have been added to the catalog yet.', 'pressbooks-aldine' ); ?></p>
</div>
</article>
</main>

Loading…
Cancel
Save