diff --git a/static/handle-approval.ts b/static/handle-approval.ts index c8a9bf0..e60ba40 100644 --- a/static/handle-approval.ts +++ b/static/handle-approval.ts @@ -88,7 +88,7 @@ async function onApproveClick() { const originalText = approveButton.textContent; try { - approveButton.textContent = "loading..."; + approveButton.textContent = "Loading..."; approveButton.disabled = true; revokeButton.disabled = true; // disable revoke as well to prevent conflicting actions