Skip to content
Snippets Groups Projects
Verified Commit 8c2252a0 authored by Jonas Leder's avatar Jonas Leder
Browse files

change link label to ntp pool

parent 65db25ae
Branches
No related tags found
No related merge requests found
Pipeline #7370 passed
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment