Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(settings): rename "Settings presets" to "Quick presets"
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored and AndyScherzinger committed Sep 12, 2025
commit e266543d673e83cc4bee12e587f1676e9d8bb96e
2 changes: 1 addition & 1 deletion apps/settings/lib/Sections/Admin/Presets.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getID(): string {
}

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

public function getPriority(): int {
Expand Down
Loading