Skip to content

Instantly share code, notes, and snippets.

@apih
Created January 31, 2020 04:16
Show Gist options
  • Save apih/1bde22b4a3a293a3bf77ddd42cae0e36 to your computer and use it in GitHub Desktop.
Save apih/1bde22b4a3a293a3bf77ddd42cae0e36 to your computer and use it in GitHub Desktop.
OnPay: Set custom labels
<script type="text/javascript">
// Custom labels might not work in case there is a major update
$("h2.section-header:contains('BUTIRAN PEMBELIAN')").html("BUTIRAN SUMBANGAN");
$("table.table:nth-child(4) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1)").html("Pakej Sumbangan");
$("h2.section-header:contains('BUTIRAN PELANGGAN')").html("BUTIRAN PENYUMBANG");
$("h2.section-header:contains('BUTIRAN PEMBAYARAN')").html("BUTIRAN PENYUMBANGAN");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment