Skip to content

Commit

Permalink
change the wording in the additional tab to not confuse users
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisEdS committed Jan 16, 2020
1 parent e5666c8 commit 6a82bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/templates/settingsPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
if ($numPanels === 0 || ($numPanels === 1 && $_['panels'][0]['id'] === $legacyClass && empty(\trim($_['panels'][0]['content'])))) {
?>
<div class="section">
<h2><?php p($l->t('Error')); ?></h2>
<p><?php p($l->t('No panels for this section.')); ?></p>
<h2><?php p($l->t('Currently no settings available in this category')); ?></h2>
<p><?php p($l->t('The administrators can enable additional apps which add settings sections here.')); ?></p>
</div>
<?php
} ?>
Expand Down

0 comments on commit 6a82bef

Please sign in to comment.