Renommer gaugeBlackLabel/GreenLabel en subtitleBlack/subtitleGreen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-21 16:35:06 +02:00
parent b8048d24f6
commit 4a57c4a3d4
2 changed files with 4 additions and 4 deletions

View file

@ -70,8 +70,8 @@ $data = getContent('en');
</div>
<p class="hero-heading">
<?= htmlspecialchars($data['gaugeBlackLabel'] ?? '') ?>
<?php if (!empty($data['gaugeGreenLabel'])): ?><br /><strong><?= htmlspecialchars($data['gaugeGreenLabel']) ?></strong><?php endif; ?>
<?= htmlspecialchars($data['subtitleBlack'] ?? '') ?>
<?php if (!empty($data['subtitleGreen'])): ?><br /><strong><?= htmlspecialchars($data['subtitleGreen']) ?></strong><?php endif; ?>
</p>
</section>

View file

@ -70,8 +70,8 @@ $data = getContent('fr');
</div>
<p class="hero-heading">
<?= htmlspecialchars($data['gaugeBlackLabel'] ?? '') ?>
<?php if (!empty($data['gaugeGreenLabel'])): ?><br /><strong><?= htmlspecialchars($data['gaugeGreenLabel']) ?></strong><?php endif; ?>
<?= htmlspecialchars($data['subtitleBlack'] ?? '') ?>
<?php if (!empty($data['subtitleGreen'])): ?><br /><strong><?= htmlspecialchars($data['subtitleGreen']) ?></strong><?php endif; ?>
</p>
</section>