Skip to content

Commit

Permalink
Merge pull request #48874 from nextcloud/jtr/setup-checks-heading
Browse files Browse the repository at this point in the history
fix(settings): Change "setup warnings" -> "setup checks" in Overview
  • Loading branch information
susnux authored Oct 24, 2024
2 parents 67fbce5 + 4c9877c commit 4176708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/Settings/Admin/Overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getPriority() {
}

public function getName(): ?string {
return $this->l->t('Security & setup warnings');
return $this->l->t('Security & setup checks');
}

public function getAuthorizedAppConfig(): array {
Expand Down

0 comments on commit 4176708

Please sign in to comment.