Move Support under Account and fix transfer billing copy.
Deploy Ladill Transfer / deploy (push) Successful in 29s

Align new-transfer and billing page wording with monthly wallet debits instead of implying transfers stay active indefinitely.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 20:28:06 +00:00
co-authored by Cursor
parent 323fd1dd5c
commit b36148eeb6
3 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@
<div>
<a href="{{ route('transfer.transfers.index') }}" class="text-sm text-slate-500 hover:text-slate-700"> All transfers</a>
<h1 class="mt-2 text-xl font-semibold text-slate-900">New transfer</h1>
<p class="mt-1 text-sm text-slate-500">Upload files and get a share link + QR code. Storage is billed monthly from your Ladill wallet while the transfer stays active.</p>
<p class="mt-1 text-sm text-slate-500">Upload files and get a share link plus a QR code. Storage is billed monthly at GHS {{ number_format($pricePerGb, 2) }} per GB from your Ladill wallet.</p>
</div>
@if(session('error'))