From c37c5f934749f2a77ab117609fd52a9b1a6459eb Mon Sep 17 00:00:00 2001 From: Spillebulle <46653946+Spillebulle@users.noreply.github.com> Date: Thu, 2 Nov 2023 07:37:44 +0100 Subject: [PATCH 1/2] Fixed Typos --- public/locales/en/modules/dns-hole-summary.json | 4 ++-- public/locales/en/settings/customization/general.json | 2 +- public/locales/sv/settings/customization/general.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en/modules/dns-hole-summary.json b/public/locales/en/modules/dns-hole-summary.json index 17c1149a6..1e5e378e2 100644 --- a/public/locales/en/modules/dns-hole-summary.json +++ b/public/locales/en/modules/dns-hole-summary.json @@ -21,8 +21,8 @@ "metrics": { "domainsOnAdlist": "Domains on adlists", "queriesToday": "Queries today", - "queriesBlockedTodayPercentage": "blocked today", - "queriesBlockedToday": "blocked today" + "queriesBlockedTodayPercentage": "Blocked today", + "queriesBlockedToday": "Blocked today" } } } diff --git a/public/locales/en/settings/customization/general.json b/public/locales/en/settings/customization/general.json index adbbfadaf..06185d936 100644 --- a/public/locales/en/settings/customization/general.json +++ b/public/locales/en/settings/customization/general.json @@ -22,7 +22,7 @@ "description": "Configure Homarr for disabled and handicapped users" }, "access": { - "name": "Acccess", + "name": "Access", "description": "Configure who has access to your board" } } diff --git a/public/locales/sv/settings/customization/general.json b/public/locales/sv/settings/customization/general.json index f765b8af2..9bef8ff04 100644 --- a/public/locales/sv/settings/customization/general.json +++ b/public/locales/sv/settings/customization/general.json @@ -22,7 +22,7 @@ "description": "Konfigurera Homarr för funktionshindrade användare" }, "access": { - "name": "Acccess", + "name": "Access", "description": "Konfigurera vem som har tillgång till din tavla" } } From ce6cefdc1df704628a73a46c490f73d453e487cf Mon Sep 17 00:00:00 2001 From: Spillebulle <46653946+Spillebulle@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:11:01 +0100 Subject: [PATCH 2/2] Update general.json Reverted Swedish changes --- public/locales/sv/settings/customization/general.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/sv/settings/customization/general.json b/public/locales/sv/settings/customization/general.json index 9bef8ff04..f765b8af2 100644 --- a/public/locales/sv/settings/customization/general.json +++ b/public/locales/sv/settings/customization/general.json @@ -22,7 +22,7 @@ "description": "Konfigurera Homarr för funktionshindrade användare" }, "access": { - "name": "Access", + "name": "Acccess", "description": "Konfigurera vem som har tillgång till din tavla" } }