mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
minor fix
This commit is contained in:
parent
10c6ae7d5b
commit
be9a784237
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ class LightningInvoicePage extends BasePage {
|
|||
min = bitcoinAmountToLightningString(amount: int.parse(min) ~/ 1000);
|
||||
return Expanded(
|
||||
child: Text(
|
||||
/*S.of(context).lightning_invoice_min(min)*/"Needs fixing!",
|
||||
// S.of(context).lightning_invoice_min(min)
|
||||
"Needs fixing!: $min",
|
||||
maxLines: 3,
|
||||
style: TextStyle(
|
||||
fontSize: 14,
|
||||
|
|
Loading…
Reference in a new issue