chore: fix in-product copy casing (#1671)

This commit is contained in:
Katie Horne
2022-05-23 13:30:38 -05:00
committed by GitHub
parent 7ac3cbe772
commit b0298a3157
8 changed files with 13 additions and 13 deletions

View File

@ -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 := ""