From 319aa7a6b4731c82405eb5760ee7acf35f33259f Mon Sep 17 00:00:00 2001 From: Joel-David <4586209+joeldavidw@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:41:17 +0800 Subject: [PATCH] fixed spelling mistake (#84) --- Chronos/App/Tabs/Settings/SettingsTab.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chronos/App/Tabs/Settings/SettingsTab.swift b/Chronos/App/Tabs/Settings/SettingsTab.swift index 52a2e5f..4d5fb0c 100644 --- a/Chronos/App/Tabs/Settings/SettingsTab.swift +++ b/Chronos/App/Tabs/Settings/SettingsTab.swift @@ -101,7 +101,7 @@ struct SettingsTab: View { Section(header: Text("Security")) { Toggle(isOn: $stateBiometricsAuth, label: { - Text("Biometics Authentication") + Text("Biometrics Authentication") }) .onChange(of: stateBiometricsAuth) { _, enabled in if enabled {