diff --git a/backend/plugins/dora/models/migrationscripts/20220928_add_dora_benchmark.go b/backend/plugins/dora/models/migrationscripts/20220928_add_dora_benchmark.go index 6c335b0a9e6..86d8ee8bf52 100644 --- a/backend/plugins/dora/models/migrationscripts/20220928_add_dora_benchmark.go +++ b/backend/plugins/dora/models/migrationscripts/20220928_add_dora_benchmark.go @@ -61,7 +61,7 @@ func (u *addDoraBenchmark) Up(baseRes context.BasicRes) errors.Error { Model: archived.Model{ ID: 1, }, - Metric: "ToDeployment frequency", + Metric: "Deployment frequency", Low: "Fewer than once per six months", Medium: "Between once per month and once every 6 months", High: "Between once per week and once per month",