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

+1-1
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)