diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/admin/trees-privacy.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/admin/trees-privacy.phtml b/resources/views/admin/trees-privacy.phtml index e9ef138ca2..081a51bb89 100644 --- a/resources/views/admin/trees-privacy.phtml +++ b/resources/views/admin/trees-privacy.phtml @@ -244,12 +244,12 @@ <?php endif ?> </td> <td> - <?php if ($privacy_restriction->tag_label) : ?> - <?= $privacy_restriction->tag_label ?> - <?php else : ?> + <?php if ($privacy_restriction->tag_label === '') : ?> <div class="text-muted"> <?= I18N::translate('All facts and events') ?> </div> + <?php else : ?> + <?= $privacy_restriction->tag_label ?> <?php endif ?> </td> <td> |
