From adc256492f3174cf7a739cc0845813780ab9f4ac Mon Sep 17 00:00:00 2001 From: Sjmarf <78750526+Sjmarf@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:54:56 +0100 Subject: [PATCH] Update Sidebar View.swift Co-authored-by: Eric Andrews --- Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift b/Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift index 525d51934..d3d13ba43 100644 --- a/Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift +++ b/Mlem/Views/Tabs/Feeds/Components/Sidebar View.swift @@ -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) } }