Adjust HLL Vietnam countdown copy

This commit is contained in:
devRaGonSa
2026-06-11 09:25:43 +02:00
parent 3ab683e458
commit 3789de6902
3 changed files with 53 additions and 5 deletions

View File

@@ -410,7 +410,7 @@ function initializeReleaseCountdown(root) {
root.classList.remove("is-available");
if (nodes.status) {
nodes.status.textContent = "Objetivo: 13 de agosto de 2026.";
nodes.status.textContent = "";
}
return true;
};