Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from owncloud/license_info_changes
Browse files Browse the repository at this point in the history
move license information to general
  • Loading branch information
wkloucek authored Apr 12, 2021
2 parents c8b8adf + 2f74663 commit d3d2af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/AdminPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class AdminPanel implements ISettings {
public function getPriority() {
return 10;
return 17;
}

public function getPanel() {
Expand All @@ -24,7 +24,7 @@ public function getPanel() {
}

public function getSectionID() {
return 'security';
return 'general';
}

private function getUserCount(): int {
Expand Down
2 changes: 1 addition & 1 deletion templates/settings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/** @var \OCP\IL10N $l */
?>
<div id="qnap" class="section">
<h2 class="inlineblock"><?php p($l->t('QNAP License')); ?></h2>
<h2 class="inlineblock"><?php p($l->t('ownCloud License on QNAP')); ?></h2>
<p>
<?php p($l->t('Active users: %d', $_['active_users']))?>
<br>
Expand Down

0 comments on commit d3d2af9

Please sign in to comment.