fix typos

This commit is contained in:
spaced4ndy
2024-08-22 22:01:24 +04:00
parent cc0733755d
commit c7107b70d9
@@ -425,7 +425,7 @@ private struct ActiveProfilePicker: View {
alert = SomeAlert(
alert: Alert(
title: Text("Error switching profile"),
message: Text("Your connection was moved to \(profile.chatViewName) but and unexpected error ocurred while redirecting you to the profile.")
message: Text("Your connection was moved to \(profile.chatViewName) but an unexpected error occurred while redirecting you to the profile.")
),
id: "switchingProfileError"
)