Skip to content

Commit 7559cbb

Browse files
committed
fix: rename Update button
- to `Update and start` to reflect that the it also starts the workspace - more consistent with the web client
1 parent 5a9c93f commit 7559cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/toolbox/CoderRemoteEnvironment.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class CoderRemoteEnvironment(
7878
workspace = workspace.copy(latestBuild = build)
7979
update(workspace, agent)
8080
},
81-
Action(context.i18n.ptrl("Update"), enabled = { workspace.outdated }) {
81+
Action(context.i18n.ptrl("Update and start"), enabled = { workspace.outdated }) {
8282
val build = client.updateWorkspace(workspace)
8383
workspace = workspace.copy(latestBuild = build)
8484
update(workspace, agent)

0 commit comments

Comments
 (0)