Merge pull request #48874 from nextcloud/jtr/setup-checks-heading

fix(settings): Change "setup warnings" -> "setup checks" in Overview
This commit is contained in:
Ferdinand Thiessen 2024-10-24 13:09:18 +02:00 committed by GitHub
commit 4176708797
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 {