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

@ -17,8 +17,8 @@ local script = {
hooks = {},
gui = {
i18n_title = "alerts_dashboard.alert_drops",
i18n_description = "alerts_dashboard.alert_drops_description",
i18n_title = "internals.alert_drops",
i18n_description = "internals.alert_drops_description",
},
}