correcting i18n namespaces

This commit is contained in:
Antoine M 2025-04-01 16:24:48 +02:00
parent e4ea0547d6
commit dbe3d053f7

View File

@ -47,7 +47,7 @@ $currentPageId = get_the_ID();
<p><?php echo $excerpt ?></p>
<a class="cta--read-project" style="--hover-color: <?php echo esc_attr($projectColor); ?>;" href="<?php the_permalink(); ?>">
<span> <?php echo __('Voir le projet', 'deligraph') ?></span>
<span> <?php echo __('Voir le projet', 'deligraph-theme') ?></span>
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/graphic-assets/arrow-see-project.svg" alt="Voir le projet">
</a>
</div>