Skip to content

Commit

Permalink
FIX: Tooltip Value
Browse files Browse the repository at this point in the history
 - #19
  • Loading branch information
aljawaid committed Sep 15, 2023
1 parent 935842e commit 501388a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template/config/app-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@
<span class="data-wrap">
<li class="app-info-title"><?= t('Limit Group Memberships in User List') ?></li>
<?php if (SHOW_GROUP_MEMBERSHIPS_IN_USERLIST_WITH_LIMIT == '7'): ?>
<li class="app-info-value border-bottom-thick" title="<?= t('This is the default setting. Set to 0 for all group memberships.') ?>">7</li>
<li class="app-info-value border-bottom-thick" title="<?= t('This is the default setting. Set to \'0\' for all group memberships.') ?>">7</li>
<?php else: ?>
<li class="app-info-value border-bottom-thick" title="<?= t('The default setting is 7. Set to 0 for all group memberships.') ?>">
<li class="app-info-value border-bottom-thick" title="<?= t('The default setting is 7. Set to \'0\' for all group memberships.') ?>">
<?= SHOW_GROUP_MEMBERSHIPS_IN_USERLIST_WITH_LIMIT ?>
</li>
<?php endif ?>
Expand Down

0 comments on commit 501388a

Please sign in to comment.