We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac91ba5 commit e8e6109Copy full SHA for e8e6109
src/main/kotlin/com/coder/gateway/settings/CoderSettings.kt
@@ -36,7 +36,7 @@ enum class Source {
36
fun description(name: String, url: URL): String = when (this) {
37
CONFIG -> "This $name was pulled from your global CLI config."
38
DEPLOYMENT_CONFIG -> "This $name was pulled from your CLI config for ${url.host}."
39
- LAST_USED -> "This last used $name for ${url.host}."
+ LAST_USED -> "The last used $name for ${url.host}."
40
QUERY -> "This $name was pulled from the Gateway link from ${url.host}."
41
USER -> "The last used $name for ${url.host}."
42
ENVIRONMENT -> "This $name was pulled from an environment variable."
0 commit comments