correcting i18n namespaces
This commit is contained in:
parent
e4ea0547d6
commit
dbe3d053f7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user