mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: fix in-product copy casing (#1671)
This commit is contained in:
+1
-1
@@ -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