Skip to content

Commit 42ac589

Browse files
committed
fix: use template display name as env. description
1 parent 42e4ca5 commit 42ac589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class CoderRemoteEnvironment(
4242
override val state: MutableStateFlow<RemoteEnvironmentState> =
4343
MutableStateFlow(wsRawStatus.toRemoteEnvironmentState(context))
4444
override val description: MutableStateFlow<EnvironmentDescription> =
45-
MutableStateFlow(EnvironmentDescription.General(context.i18n.pnotr(workspace.templateName)))
45+
MutableStateFlow(EnvironmentDescription.General(context.i18n.pnotr(workspace.templateDisplayName)))
4646

4747
override val actionsList: StateFlow<List<ActionDescription>> = MutableStateFlow(
4848
listOf(

0 commit comments

Comments
 (0)