File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/src/modules/workspaces/WorkspaceTiming Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export const stages: Stage[] = [
102
102
< >
103
103
< TooltipTitle > Terraform apply</ TooltipTitle >
104
104
< TooltipShortDescription >
105
- Execute terraform plan to create/modify/delete resources into
105
+ Execute Terraform plan to create/modify/delete resources into
106
106
desired states.
107
107
</ TooltipShortDescription >
108
108
</ >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const WorkspaceTimings: FC<WorkspaceTimingsProps> = ({
55
55
) : (
56
56
< KeyboardArrowDown css = { { fontSize : 16 , marginRight : 16 } } />
57
57
) }
58
- < span > Provisioning time </ span >
58
+ < span > Build timeline </ span >
59
59
< span
60
60
css = { ( theme ) => ( {
61
61
marginLeft : "auto" ,
You can’t perform that action at this time.
0 commit comments