Skip to content

Commit

Permalink
Update InstanceView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 20, 2024
1 parent cf282dd commit 31acf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mlem/Views/Shared/Instance/InstanceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ struct InstanceView: View {
if let content = String(data: data, encoding: .utf8),
content.contains("<title>Error 404 - \(domainName)</title>" ) {
errorDetails = ErrorDetails(
title: "Cannot Connect to Instance",
body: "Maybe this is a KBin instance? Mlem can't yet display KBin instance details.",
title: "KBin Instance",
body: "We can't yet display KBin instance details.",
icon: "point.3.filled.connected.trianglepath.dotted"
)
} else {
Expand Down

0 comments on commit 31acf9c

Please sign in to comment.