Skip to content

Commit e8e6109

Browse files
committed
Fix typo in last used setting source
1 parent ac91ba5 commit e8e6109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/settings/CoderSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enum class Source {
3636
fun description(name: String, url: URL): String = when (this) {
3737
CONFIG -> "This $name was pulled from your global CLI config."
3838
DEPLOYMENT_CONFIG -> "This $name was pulled from your CLI config for ${url.host}."
39-
LAST_USED -> "This last used $name for ${url.host}."
39+
LAST_USED -> "The last used $name for ${url.host}."
4040
QUERY -> "This $name was pulled from the Gateway link from ${url.host}."
4141
USER -> "The last used $name for ${url.host}."
4242
ENVIRONMENT -> "This $name was pulled from an environment variable."

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy