Skip to content

Commit

Permalink
Merge pull request #2 from kingfisherdirect/feature-copy-changes
Browse files Browse the repository at this point in the history
Add missing translation for Interests section
  • Loading branch information
lumnn authored Apr 19, 2022
2 parents 63fd02f + 218ea8a commit 2e2bec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/preferences/form.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $memberInterests = $member ? $member['interests'] : [];
</fieldset>

<fieldset class="fieldset newsletter-groups">
<legend class="legend">Interests</legend>
<legend class="legend"><?= __("Interests") ?></legend>
<p class="description">
<?= __("Please select your interests, so we can send you only offers regarding products you're interested in") ?>
</p>
Expand Down

0 comments on commit 2e2bec2

Please sign in to comment.