This commit is contained in:
2026-07-19 00:27:34 +09:00
parent 14ba5f96b7
commit fe007bd2e4
+1 -1
View File
@@ -18,7 +18,7 @@ export function renderB10Payment(root: HTMLElement): void {
const invoiceSection = section(L("B10_Payment_Invoice_Title"), invoiceBody, true, [
createButton({ label: L("B10_Payment_Invoice_Request"), disabled: true }),
]);
const depositNote = document.createElement("p");
depositNote.className = "b10-payment__note";
depositNote.textContent = L("B10_Payment_Deposit_Note");