diff --git a/src/components/panels/Status/ExcludeObjectDialogMap.vue b/src/components/panels/Status/ExcludeObjectDialogMap.vue index 2a5a18dcb..b004817f4 100644 --- a/src/components/panels/Status/ExcludeObjectDialogMap.vue +++ b/src/components/panels/Status/ExcludeObjectDialogMap.vue @@ -62,8 +62,8 @@ hoverName === object.name ? primaryColor : excluded_objects.includes(object.name) - ? '#6668' - : '#bbb' + ? '#6668' + : '#bbb' " @mouseover="showObjectTooltip(object.name)" @mouseout="hideObjectTooltip" diff --git a/src/locales/nl.json b/src/locales/nl.json index 4690724da..e720233a3 100644 --- a/src/locales/nl.json +++ b/src/locales/nl.json @@ -1,5 +1,4 @@ { - "_last_update": "2023-02-21", "App": { "Notifications": { "DependencyDescription": "De huidige {name} versie ondersteunt niet alle functies van Mainsail. Update {name} naar ten minste {neededVersion}.", @@ -1138,5 +1137,6 @@ "Variable": "Variable", "Video": "Video" }, - "title": "Nederlands" + "title": "Nederlands", + "_last_update": "2023-02-21" }