fix(settings): Change "setup warnings" -> "setup checks" in Overview

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-10-23 17:31:59 -04:00 committed by GitHub
parent a1efa39a9e
commit 4c9877c082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ class Overview implements IDelegatedSettings {
}
public function getName(): ?string {
return $this->l->t('Security & setup warnings');
return $this->l->t('Security & setup checks');
}
public function getAuthorizedAppConfig(): array {