diff --git a/frontend/src/language/en.json b/frontend/src/language/en.json index f944420dd..dfdebd2f1 100644 --- a/frontend/src/language/en.json +++ b/frontend/src/language/en.json @@ -258,5 +258,6 @@ "Failed to send robot {0} home": "Failed to send robot {0} to starting position", "Failed to update inspection": "Failed to update inspection", "Battery": "Battery", - "Recharging": "Recharging" + "Recharging": "Recharging", + "Active Filters": "Active Filters" } diff --git a/frontend/src/language/no.json b/frontend/src/language/no.json index 09f945d18..51049db3c 100644 --- a/frontend/src/language/no.json +++ b/frontend/src/language/no.json @@ -258,5 +258,6 @@ "Failed to send robot {0} home": "Kunne ikke sende robot {0} til startposisjon", "Failed to update inspection": "Kunne ikke oppdatere inspeksjon", "Battery": "Batteri", - "Recharging": "Lader" + "Recharging": "Lader", + "Active Filters": "Aktive filtre" }