FIX Missing internationalization on h4
This commit is contained in:
parent
a2b5de9b34
commit
57ed2d91f5
|
|
@ -36,7 +36,7 @@ $foundPosts = $args['foundPosts'] ?? null;
|
|||
|
||||
<div class="fieldset-titling">
|
||||
<img class="fieldset-icon" src="<?php echo get_stylesheet_directory_uri() . '/resources/img/pictogrammes/Homegrade_repertoire-metiers.svg' ?>" alt=''>
|
||||
<h4 class="filter-title">Éléments du bâtiment</h4>
|
||||
<h4 class="filter-title"><?php echo __("Éléments du bâtiment", "metiers-patrimoine-theme") ?></h4>
|
||||
</div>
|
||||
<ul>
|
||||
<?php
|
||||
|
|
@ -76,7 +76,7 @@ $foundPosts = $args['foundPosts'] ?? null;
|
|||
|
||||
<div class="fieldset-titling">
|
||||
<img class="fieldset-icon" src="<?php echo get_stylesheet_directory_uri() . '/resources/img/pictogrammes/Homegrade_repertoire-elements.svg' ?>" alt=''>
|
||||
<h4 class="filter-title">Métiers</h4>
|
||||
<h4 class="filter-title"><?php echo __("Métiers", "metiers-patrimoine-theme") ?></h4>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user