mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
polishing
This commit is contained in:
parent
59ad90fdc7
commit
b13e215180
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue