Skip to content

Commit

Permalink
Merge pull request #36775 from owncloud/fix-additonal-wording
Browse files Browse the repository at this point in the history
Change the wording in the additional tab to not confuse users
  • Loading branch information
micbar authored May 29, 2020
2 parents d0ba620 + 12e8fea commit b2e4c07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/36775
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Adjust wording displayed for empty additional settings panel

The wording displayed when the admin personal settings panel is empty has been improved.

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('Other')); ?></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 b2e4c07

Please sign in to comment.