mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 09:51:03 -04:00
Merge pull request #48874 from nextcloud/jtr/setup-checks-heading
fix(settings): Change "setup warnings" -> "setup checks" in Overview
This commit is contained in:
commit
4176708797
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue