mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-10 01:29:21 +01:00
fix: english
This commit is contained in:
parent
012484c4c8
commit
4e234534f6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ async function fetchSubtitle() {
|
||||||
element.innerHTML = `${doc.{{ config.extra.home.random_api_param }}}`;
|
element.innerHTML = `${doc.{{ config.extra.home.random_api_param }}}`;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
element.textContent = ", seemingly incapable to configure nginx";
|
element.textContent = ", seemingly incapable of configuring nginx";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue