Fixes nil alert drops label in issues dropdown

This commit is contained in:
Simone Mainardi 2020-02-27 10:51:07 +01:00
parent e8868bc303
commit ef14382915
3 changed files with 6 additions and 7 deletions

View file

@ -42,8 +42,8 @@ periodic_activities_utils.periodic_activity_issues = {
},
["alerts_drops"] =
{
i18n_title = "alerts_dashboard.alerts_drops",
i18n_descr = "internals.alerts_drops_descr"
i18n_title = "internals.alert_drops",
i18n_descr = "internals.alert_drops_descr"
},
}