diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 78ca1ab2..a85c0304 100755 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -214,8 +214,8 @@ "pihole": { "queries": "Queries", "blocked": "Blocked", - "gravity": "Gravity", - "percentage": "Percentage" + "blocked_percent": "Blocked %", + "gravity": "Gravity" }, "adguard": { "queries": "Queries", diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 8fdae766..9aef4b6d 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -107,7 +107,6 @@ "pihole": { "queries": "Richieste", "blocked": "Bloccati", - "percentage": "Percentuale", "gravity": "Severità" }, "npm": { diff --git a/src/widgets/pihole/component.jsx b/src/widgets/pihole/component.jsx index d39e921f..a0afab3f 100644 --- a/src/widgets/pihole/component.jsx +++ b/src/widgets/pihole/component.jsx @@ -20,7 +20,7 @@ export default function Component({ service }) { - + ); @@ -30,7 +30,7 @@ export default function Component({ service }) { - + );