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 authored and phil-davis committed Jan 17, 2020
1 parent cd0839b commit 40778b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/36775
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change: Adjust wording displayed for empty additional settings panel

The wording displayed when the admin personal settings panel is empty has been
adjusted so that it no longer looks like there is an error.

https://github.com/owncloud/core/pull/36775
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 are 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 40778b7

Please sign in to comment.