mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 20:03:23 -04:00
fix(settings): rename "Settings presets" to "Quick presets"
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
1e7b45d300
commit
e266543d67
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Presets implements IIconSection {
|
|||
}
|
||||
|
||||
public function getName(): string {
|
||||
return $this->l->t('Settings presets');
|
||||
return $this->l->t('Quick presets');
|
||||
}
|
||||
|
||||
public function getPriority(): int {
|
||||
|
|
|
|||
Loading…
Reference in a new issue