Skip to content

Commit

Permalink
Fix typo in ContactRequestsMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrfennell authored and tmolitor-stud-tu committed Sep 1, 2024
1 parent cc03bec commit 843c204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/ContactRequestsMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct ContactRequestsMenu: View {
var body: some View {
Section(header: Text("Allowing someone to add you as a contact lets them see your profile picture and when you are online.")) {
if(pendingRequests.isEmpty) {
Text("No pending constact requests")
Text("No pending contact requests")
.foregroundColor(.secondary)
} else {
List {
Expand Down

0 comments on commit 843c204

Please sign in to comment.