From 5bb2b57a4ecc5601632d6e6dbf8471f8f56d064b Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Thu, 2 Oct 2025 11:48:16 -0500 Subject: [PATCH] Remove redundant h from 12 hour time in settings page. --- frontend/src/pages/Settings.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/Settings.jsx b/frontend/src/pages/Settings.jsx index b2da545d..fb1f9184 100644 --- a/frontend/src/pages/Settings.jsx +++ b/frontend/src/pages/Settings.jsx @@ -56,7 +56,7 @@ const SettingsPage = () => { // Add a new state to track the dialog type const [rehashDialogType, setRehashDialogType] = useState(null); // 'save' or 'rehash' - + // Store pending changed settings when showing the dialog const [pendingChangedSettings, setPendingChangedSettings] = useState(null); @@ -329,7 +329,7 @@ const SettingsPage = () => { }); } } - + // Clear the pending values setPendingChangedSettings(null); }; @@ -411,7 +411,7 @@ const SettingsPage = () => { data={[ { value: '12h', - label: '12h hour time', + label: '12 hour time', }, { value: '24h',