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

fix(settings): Change "setup warnings" -> "setup checks" in Overview
pull/48381/head
Ferdinand Thiessen 2 years ago committed by GitHub
commit 4176708797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/settings/lib/Settings/Admin/Overview.php

@ -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 {

Loading…
Cancel
Save