Add created/updated at

This commit is contained in:
2026-01-07 12:34:31 +01:00
parent bce24514dc
commit 233a745bd5
7 changed files with 94 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ function renderSuggestedAdmins(list) {
const addBtn = document.createElement("button");
addBtn.type = "button";
addBtn.className = "ghost";
addBtn.textContent = "Add as admin";
addBtn.textContent = "Add channel admin";
addBtn.addEventListener("click", () => addAdmin(admin.login));
actions.appendChild(addBtn);