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 {
switch self {
case .localhost: "Only accessible from this Mac"
case .network: "Accessible from other devices on the network"
case .localhost: "Only accessible from this Mac."
case .network: "Accessible from other devices on this network."
}
}
}