mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
chore: fix in-product copy casing (#1671)
This commit is contained in:
@ -35,7 +35,7 @@ func templateList() *cobra.Command {
|
||||
}
|
||||
|
||||
tableWriter := cliui.Table()
|
||||
tableWriter.AppendHeader(table.Row{"Name", "Last Updated", "Used By"})
|
||||
tableWriter.AppendHeader(table.Row{"Name", "Last updated", "Used by"})
|
||||
|
||||
for _, template := range templates {
|
||||
suffix := ""
|
||||
|
Reference in New Issue
Block a user