From 4e234534f641cef2e3313ba4bf2a9b6f7f66bc6a Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 1 Feb 2024 22:58:27 +0100 Subject: [PATCH] fix: english --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 7de9d17..2cac3ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ async function fetchSubtitle() { element.innerHTML = `${doc.{{ config.extra.home.random_api_param }}}`; } catch (e) { console.log(e); - element.textContent = ", seemingly incapable to configure nginx"; + element.textContent = ", seemingly incapable of configuring nginx"; } }