Skip to content

Commit 3d411dd

Browse files
authored
chore: correct tooltip for JetBrains module in templates (coder#20638)
1 parent 26d0290 commit 3d411dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dogfood/coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ module "jetbrains" {
390390
agent_name = "dev"
391391
folder = local.repo_dir
392392
major_version = "latest"
393-
tooltip = "You need to [Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) to use this button."
393+
tooltip = "You need to [install JetBrains Toolbox](https://coder.com/docs/user-guides/workspace-access/jetbrains/toolbox) to use this app."
394394
}
395395

396396
module "filebrowser" {

examples/templates/docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module "jetbrains" {
141141
agent_id = coder_agent.main.id
142142
agent_name = "main"
143143
folder = "/home/coder"
144-
tooltip = "You need to [Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) to use this button."
144+
tooltip = "You need to [install JetBrains Toolbox](https://coder.com/docs/user-guides/workspace-access/jetbrains/toolbox) to use this app."
145145
}
146146

147147
resource "docker_volume" "home_volume" {

0 commit comments

Comments
 (0)