Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(settings): Change "setup warnings" -> "setup checks" in Overview
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Oct 23, 2024
commit 4c9877c082162ff36537b5b8ea6af9e636b642cd
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