mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +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);
|
min = bitcoinAmountToLightningString(amount: int.parse(min) ~/ 1000);
|
||||||
return Expanded(
|
return Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
/*S.of(context).lightning_invoice_min(min)*/"Needs fixing!",
|
// S.of(context).lightning_invoice_min(min)
|
||||||
|
"Needs fixing!: $min",
|
||||||
maxLines: 3,
|
maxLines: 3,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|
Loading…
Reference in a new issue