From e266543d673e83cc4bee12e587f1676e9d8bb96e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 12 Sep 2025 12:11:23 +0200 Subject: [PATCH] fix(settings): rename "Settings presets" to "Quick presets" Signed-off-by: Ferdinand Thiessen --- apps/settings/lib/Sections/Admin/Presets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/lib/Sections/Admin/Presets.php b/apps/settings/lib/Sections/Admin/Presets.php index 3efc9c0e7ff..85c858de4e1 100644 --- a/apps/settings/lib/Sections/Admin/Presets.php +++ b/apps/settings/lib/Sections/Admin/Presets.php @@ -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 {