mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(settings): Change "setup warnings" -> "setup checks" in Overview
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
a1efa39a9e
commit
4c9877c082
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