mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): fix workspace timings verbiage (#15268)
This commit is contained in:
@@ -102,7 +102,7 @@ export const stages: Stage[] = [
|
||||
<>
|
||||
<TooltipTitle>Terraform apply</TooltipTitle>
|
||||
<TooltipShortDescription>
|
||||
Execute terraform plan to create/modify/delete resources into
|
||||
Execute Terraform plan to create/modify/delete resources into
|
||||
desired states.
|
||||
</TooltipShortDescription>
|
||||
</>
|
||||
|
||||
@@ -55,7 +55,7 @@ export const WorkspaceTimings: FC<WorkspaceTimingsProps> = ({
|
||||
) : (
|
||||
<KeyboardArrowDown css={{ fontSize: 16, marginRight: 16 }} />
|
||||
)}
|
||||
<span>Provisioning time</span>
|
||||
<span>Build timeline</span>
|
||||
<span
|
||||
css={(theme) => ({
|
||||
marginLeft: "auto",
|
||||
|
||||
Reference in New Issue
Block a user