File tree 1 file changed +3
-3
lines changed
site/src/pages/TemplatesPage
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ export const TemplatesPageView: React.FC<TemplatesPageViewProps> = (props) => {
44
44
< TableHead >
45
45
< TableRow >
46
46
< TableCell > Name</ TableCell >
47
- < TableCell > Description </ TableCell >
47
+ < TableCell > Resources </ TableCell >
48
48
< TableCell > Last Updated</ TableCell >
49
49
< TableCell > Provisioner</ TableCell >
50
- < TableCell > Developers </ TableCell >
50
+ < TableCell > Used By </ TableCell >
51
51
</ TableRow >
52
52
</ TableHead >
53
53
< TableBody >
@@ -83,7 +83,7 @@ export const TemplatesPageView: React.FC<TemplatesPageViewProps> = (props) => {
83
83
< TableCell >
84
84
< img alt = "Terraform" src = "/terraform-logo.svg" />
85
85
</ TableCell >
86
- < TableCell > { template . workspace_owner_count } </ TableCell >
86
+ < TableCell > { template . workspace_owner_count } developer { template . workspace_owner_count !== 1 && "s" } </ TableCell >
87
87
</ TableRow >
88
88
)
89
89
} ) }
You can’t perform that action at this time.
0 commit comments