Skip to content

Commit

Permalink
Merge pull request #5 from Vendic/fix/label-for-attribute
Browse files Browse the repository at this point in the history
Fixed label for attribute value
  • Loading branch information
Tjitse-E authored Sep 22, 2023
2 parents fcf72b8 + 498fb39 commit 88f9623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/create-account.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ if (!$guestCheckerViewModel->isCustomerGuest()) {
<?= $block->getChildHtml('checkbox') ?>
</div>
<div class="flex-1 gap-y-2">
<label for="newsletter-subscribe"><?= $escaper->escapeHtml(__('Create account')) ?></label>
<label for="create-account"><?= $escaper->escapeHtml(__('Create account')) ?></label>
</div>
</div>

0 comments on commit 88f9623

Please sign in to comment.