change link label to ntp pool

This commit is contained in:
Jonas Leder 2022-03-25 12:10:53 +01:00
parent 65db25ae63
commit 8c2252a0d4
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA

View file

@ -19,8 +19,9 @@ class NtpGraph extends HTMLElement {
ntpLink.target = "_blank";
ntpLink.href = `https://www.ntppool.org/scores/${ip}`;
ntpLink.classList.add("linkToNtpPool");
ntpLink.innerText = "Server auf dem NTP Pool anzeigen";
ntpLink.innerText = "Server auf der Seite des NTP Pools anzeigen";
ntpContent.appendChild(ntpLink);
const ntpDelayCanvas = document.createElement("canvas");
ntpDelayCanvas.classList.add("graphDelay");