Skip to content

Commit

Permalink
🐛 fix the optional language not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamed committed Aug 20, 2021
1 parent 89e862a commit 035a588
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
<div class="mb-3<?php echo $class; ?>"<?php echo $rel; ?>>
<?php if (empty($options['hiddenLabel'])) : ?>
<?php echo $label; ?>
<?php if (!$required && !$typeOfSpacer) : ?>
<span class="optional"><?php echo Text::_('COM_CONTACT_OPTIONAL'); ?></span>
<?php endif; ?>
<?php endif; ?>
<?php echo $input; ?>
</div>

0 comments on commit 035a588

Please sign in to comment.