From 06383ada96e6a0af84bb3cf8220c4989857ea809 Mon Sep 17 00:00:00 2001 From: Sjmarf <78750526+Sjmarf@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:07:33 +0000 Subject: [PATCH] Casing --- .../Views/AccountList/AccountSwitcherSettingsView.swift | 2 +- .../Views/AccountList/QuickSwitcherSettingsView.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mlem/Views/Tabs/Settings/Components/Views/AccountList/AccountSwitcherSettingsView.swift b/Mlem/Views/Tabs/Settings/Components/Views/AccountList/AccountSwitcherSettingsView.swift index d7cfe4bef..e1dff6ce3 100644 --- a/Mlem/Views/Tabs/Settings/Components/Views/AccountList/AccountSwitcherSettingsView.swift +++ b/Mlem/Views/Tabs/Settings/Components/Views/AccountList/AccountSwitcherSettingsView.swift @@ -38,7 +38,7 @@ struct AccountSwitcherSettingsView: View { VStack(alignment: .leading, spacing: 10) { Text("Tip") .fontWeight(.semibold) - Text("Tap and hold the Profile Icon in the tab bar to quickly switch accounts from anywhere.") + Text("Tap and hold the profile icon in the tab bar to quickly switch accounts from anywhere.") .font(.footnote) } .foregroundStyle(.secondary) diff --git a/Mlem/Views/Tabs/Settings/Components/Views/AccountList/QuickSwitcherSettingsView.swift b/Mlem/Views/Tabs/Settings/Components/Views/AccountList/QuickSwitcherSettingsView.swift index fa133a501..d8bb00b9f 100644 --- a/Mlem/Views/Tabs/Settings/Components/Views/AccountList/QuickSwitcherSettingsView.swift +++ b/Mlem/Views/Tabs/Settings/Components/Views/AccountList/QuickSwitcherSettingsView.swift @@ -26,7 +26,7 @@ struct QuickSwitcherSettingsView: View { HStack(alignment: .center, spacing: 24) { LongPressAnimationView(animationTrigger: animationTrigger) Toggle( - "Tapping and holding the Profile icon", + "Tapping and holding the profile icon", isOn: $allowQuickSwitcherLongPressGesture ) .toggleStyle(CheckboxToggleStyle())