From a914eacba07a996b3fdcd00cf6431ffe0b28caf3 Mon Sep 17 00:00:00 2001 From: "code-integration-full-git[bot]" <305901565+code-integration-full-git[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:46:17 +0000 Subject: [PATCH] =?UTF-8?q?copy:=20"Failed=20to=20save=20settings"=20?= =?UTF-8?q?=E2=86=92=20"Failed=20to=20save=20new=20settings"=20(via=20Ditt?= =?UTF-8?q?o)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 39d474e..7229543 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -33,7 +33,7 @@ const Settings = () => { setIsDirty(false); toast.success('Settings saved!'); } catch (error) { - toast.error('Failed to save settings'); + toast.error('Failed to save new settings'); } setIsSaving(false); };