Skip to content

Commit a839bef

Browse files
committed
grammar
1 parent 849eb4d commit a839bef

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

u/profile.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ <h2 >Hello, world! <span class="resm"><!--DATE--></span></h2>
409409
<div class="mainactions">
410410
<button class="fullwidth" title="All your items in one place." onclick="location.assign('inventory.html')">Inventory</button>
411411
<button class="fullwidth" title="Mine CompNUS's own cryptocurrency - $NUS!" onclick="location.assign('../crypto/nus/')">Mine $NUS</button>
412-
<button class="fullwidth" title="Get Bitcoin, $NUS and Nocas (&curren;) from dividends and tasks!" onclick="location.assign('../crypto/nus/free.html')">Get Free Funds</button>
412+
<button class="fullwidth" title="Get Bitcoin, $NUS and Nocas (&curren;) from dividends and tasks!" onclick="location.assign('../crypto/nus/free.html')">Get Free Assets</button>
413413
<button class="fullwidth" title="Access and manage all your data!" onclick="location.assign('data.html')">Manage Data</button>
414414
</div>
415415
</div>
@@ -437,8 +437,8 @@ <h2 class="currencydisplay" id="walletsats">Loading...</h2>
437437
</div>
438438
<p style="margin: 0; width: 100%; text-align: right;" id="valuebtcsats" title="Approximate value based on the current price of Bitcoin (provided by CoinDesk)">&asymp; $0.00<span style="color: #999; font-weight: 300">0</span></p>
439439
<div id="walletactions">
440-
<button class="fullwidth" title="Send wallet resources to other users!" onclick="sendfundsrqpopupid = popupid; popup('Send Funds', sendfundsrq, false); if (ismsgban) document.getElementById('blockedmessaging').classList.add('disabled')">Send Funds</button>
441-
<button class="fullwidth" title="Receive wallet resources to other users!" onclick="recfundsrqpopupid = popupid; popup('Receive Funds', receivefundsrq, false)">Receive Funds</button>
440+
<button class="fullwidth" title="Send wallet resources to other users!" onclick="sendfundsrqpopupid = popupid; popup('Send Assets', sendfundsrq, false); if (ismsgban) document.getElementById('blockedmessaging').classList.add('disabled')">Send Assets</button>
441+
<button class="fullwidth" title="Receive wallet resources to other users!" onclick="recfundsrqpopupid = popupid; popup('Receive Assets', receivefundsrq, false)">Receive Assets</button>
442442
</div>
443443
<button class="fullwidth" title="Detailed view of your wallet resources. You can withdraw your Bitcoin Satoshi here." onclick="location.assign('wallet.html')">Open Wallet</button>
444444
</div>
@@ -497,7 +497,7 @@ <h2 class="currencydisplay" id="walletsats">Loading...</h2>
497497
<div id="adminactions" class="mainactions" style="padding-right: 1vh">
498498
<h2 class="fullwidth" style="margin:0;text-align:center;align-self:center">Admin Actions:</h2>
499499
<button class="fullwidth" onclick="location.assign('admin/message.html')">Send Message</button>
500-
<button class="fullwidth" onclick="popup('Give Funds', sendfundsrqa, false);">Give Funds</button>
500+
<button class="fullwidth" onclick="popup('Give Assets', sendfundsrqa, false);">Give Assets</button>
501501
<button class="fullwidth" onclick="location.assign('admin/dividends.html')">Create Dividends</button>
502502
</div>
503503

@@ -544,7 +544,7 @@ <h1 style="flex:1;text-align:center;cursor:default" class="title">Messages:</h1>
544544
let amount = GetURLParameter("amount");
545545
let message = GetURLParameter("message") || "";
546546
sendfundsrqpopupid = popupid;
547-
popup('Send Funds', sendfundsrq, false);
547+
popup('Send Assets', sendfundsrq, false);
548548
if (ismsgban) { document.getElementById('blockedmessaging').classList.add('disabled'); message = "" };
549549
document.getElementById('sendmoneyto').value = to;
550550
document.getElementById('sendmoneyselect').value = type;

u/profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ async function copyTemplate() {
316316
Username: [[Put your username here, as a confirmation]]
317317
Reason: [[Optionally, you can tell us why you are leaving CompNUS]]
318318
319-
I do acknowledge, that I will lose access to everything connected to my CompNUS account, and funds in my wallet will be lost forever: [[Write "YES" here]]`;
319+
I do acknowledge, that I will lose access to everything connected to my CompNUS account, and assets in my wallet will be lost forever: [[Write "YES" here]]`;
320320
navigator.clipboard.writeText(x);
321321
popup("Template copied!", "Template preview:<br><br>"+x.replaceAll("\n","<br>"));
322322
}

0 commit comments

Comments
 (0)