From c2955e22223f13c93231b6510e7cab9bb9bad6e8 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 26 Feb 2021 02:16:53 -0800 Subject: [PATCH] another word :) --- app/routes/operation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/operation.py b/app/routes/operation.py index 3d726e0..44aa1f1 100644 --- a/app/routes/operation.py +++ b/app/routes/operation.py @@ -62,7 +62,7 @@ def view_operation(id): last_payout = Payout.query.filter( Payout.operation_id == op.id ).order_by(Payout.create_date.desc()).first() - qrcode = generate_qr(op.address, f"Launching operation {op.id} on xmrcannon.net") + qrcode = generate_qr(op.address, f"Funding operation {op.id} on xmrcannon.net") return render_template( 'view_operation.html', op=op,