changed settings section names

This commit is contained in:
huangjx
2021-10-01 23:51:12 +08:00
parent f2bca0fc24
commit 2c59da7cbb
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class AdminSection implements IIconSection {
}
public function getName(): string {
return $this->l->t('Downloader Settings');
return $this->l->t('NCDownloader Settings');
}
public function getPriority(): int {

View File

@@ -30,7 +30,7 @@ class PersonalSection implements IIconSection {
}
public function getName(): string {
return $this->l->t('Downloader Settings');
return $this->l->t('NCDownloader Settings');
}
public function getPriority(): int {