Skip to content

Commit

Permalink
Casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 22, 2024
1 parent 1d940b5 commit 06383ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 06383ad

Please sign in to comment.