Skip to content

Commit e266543

Browse files
susnuxAndyScherzinger
authored andcommitted
fix(settings): rename "Settings presets" to "Quick presets"
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 1e7b45d commit e266543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/lib/Sections/Admin/Presets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getID(): string {
2929
}
3030

3131
public function getName(): string {
32-
return $this->l->t('Settings presets');
32+
return $this->l->t('Quick presets');
3333
}
3434

3535
public function getPriority(): int {

0 commit comments

Comments
 (0)