fix: english

This commit is contained in:
zaaarf 2024-02-01 22:58:27 +01:00
parent 012484c4c8
commit 4e234534f6
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -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";
}
}