From de64bcd4d30b95c5a8fbfee7a36d142e6e4c5193 Mon Sep 17 00:00:00 2001 From: tale-agent Date: Wed, 24 Jun 2026 08:58:07 +0000 Subject: [PATCH] fix: rename branding "Clear all" action to "Reset" (#1962) --- .../app/features/settings/branding/components/branding-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/platform/app/features/settings/branding/components/branding-form.tsx b/services/platform/app/features/settings/branding/components/branding-form.tsx index 290ecc955..97899b7e4 100644 --- a/services/platform/app/features/settings/branding/components/branding-form.tsx +++ b/services/platform/app/features/settings/branding/components/branding-form.tsx @@ -372,7 +372,7 @@ export function BrandingForm({ variant="secondary" onClick={() => void handleClearBranding()} > - {tCommon('actions.clearAll')} + {tCommon('actions.reset')} )}