This commit is contained in:
oliver
2026-06-09 19:09:13 -03:00
parent 0084845480
commit 50479d0755
2 changed files with 61 additions and 0 deletions
+1
View File
@@ -191,6 +191,7 @@ document.querySelectorAll(".nav-item[data-section]").forEach((el) => {
"coming-soon-firewall": "Firewall",
"coming-soon-ssl": "SSL / TLS",
keys: "Keys",
dashboards: "Dashboards",
};
document.getElementById("page-title").textContent = labels[key] || key;