From 24ff188d0ac5149d12a8a8e0bb80798888c1aad1 Mon Sep 17 00:00:00 2001 From: ajnart Date: Fri, 21 Jul 2023 18:15:40 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Restore=20translations=20for=20c?= =?UTF-8?q?ommon=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/layout/common.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/en/layout/common.json b/public/locales/en/layout/common.json index cb0774f39..f06543f33 100644 --- a/public/locales/en/layout/common.json +++ b/public/locales/en/layout/common.json @@ -1,18 +1,18 @@ { "modals": { "blockedPopups": { - "title": "", - "text": "", + "title": "Popups blocked", + "text": "Your browser has blocked Homarr from accessing it's API. This is most commonly caused by AdBlockers or denied permissions. Homarr is unable to request permissions automatically.", "list": { - "browserPermission": "", - "adBlockers": "", - "otherBrowser": "" + "browserPermission": "Click on the icon besides the URL and check the permisions. Allow Popups and windows", + "adBlockers": "Disable ad blockers and security tools from your browser", + "otherBrowser": "Try a different browser" } } }, "actions": { "category": { - "openAllInNewTab": "" + "openAllInNewTab": "Open all in new tab" } } -} +} \ No newline at end of file