Fix location filter labels (fix #7290)

This commit is contained in:
Alfredo Cardigliano 2023-03-06 09:45:52 +01:00
parent 62035cec85
commit fbdb33fe63

View file

@ -390,9 +390,9 @@ tag_utils.confidence = {
-- #####################################
tag_utils.location = {
{ label = i18n("details.label_short_remote"), id = 0 },
{ label = i18n("details.label_short_local_host"), id = 1 },
{ label = i18n("short_multicast"), id = 2 },
{ label = i18n("details.label_remote"), id = 0 },
{ label = i18n("details.label_local_host"), id = 1 },
{ label = i18n("multicast"), id = 2 },
}
-- #####################################