polishing

This commit is contained in:
Peter Steinberger 2025-06-17 00:27:30 +02:00
parent 59ad90fdc7
commit b13e215180

View file

@ -21,8 +21,8 @@ enum DashboardAccessMode: String, CaseIterable {
var description: String { var description: String {
switch self { switch self {
case .localhost: "Only accessible from this Mac" case .localhost: "Only accessible from this Mac."
case .network: "Accessible from other devices on the network" case .network: "Accessible from other devices on this network."
} }
} }
} }