Skip to content

Commit

Permalink
Update Sidebar View.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Andrews <[email protected]>
  • Loading branch information
Sjmarf and EricBAndrews authored Oct 24, 2023
1 parent befc4db commit adc2564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct CommunitySidebarView: View {
let communityDetails: GetCommunityResponse = try await communityRepository.loadDetails(for: community.communityId)
community = .init(from: communityDetails)
} catch {
errorMessage = "We were unable to load this community's details, please try again."
errorMessage = "Unable to load community details, please try again."
errorHandler.handle(error)
}
}
Expand Down

0 comments on commit adc2564

Please sign in to comment.