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[] = [
102102 < >
103103 < TooltipTitle > Terraform apply</ TooltipTitle >
104104 < TooltipShortDescription >
105- Execute terraform plan to create/modify/delete resources into
105+ Execute Terraform plan to create/modify/delete resources into
106106 desired states.
107107 </ TooltipShortDescription >
108108 </ >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const WorkspaceTimings: FC<WorkspaceTimingsProps> = ({
5555 ) : (
5656 < KeyboardArrowDown css = { { fontSize : 16 , marginRight : 16 } } />
5757 ) }
58- < span > Provisioning time </ span >
58+ < span > Build timeline </ span >
5959 < span
6060 css = { ( theme ) => ( {
6161 marginLeft : "auto" ,
You can’t perform that action at this time.
0 commit comments