Add missing textdomain in taxonomy index

This commit is contained in:
Tetrakern 2024-10-06 16:51:32 +02:00
parent 225c0f553e
commit 6c67ead9ea

View File

@ -106,7 +106,7 @@ get_header();
<div class="glossary__entry-body">
<span class="glossary__entry-description"><?php
if ( empty( $term->description ) ) {
_e( 'No description provided yet.' );
_e( 'No description provided yet.', 'fictioneer' );
} else {
echo $term->description;
}