mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(settings): rename "Settings presets" to "Quick presets"
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
42a1191cbd
commit
ea8c574a26
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