Skip to content

Commit

Permalink
fixed spelling mistake (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldavidw authored Nov 12, 2024
1 parent e2b5d7b commit 319aa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chronos/App/Tabs/Settings/SettingsTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 319aa7a

Please sign in to comment.