added wallet management localizations
Some checks failed
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/frontend Pipeline was successful
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/ledger Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
ci/woodpecker/push/bump_version Pipeline failed

This commit is contained in:
Stephan D
2025-11-26 23:25:31 +01:00
parent 34420ca2fb
commit c4d34c5663
6 changed files with 7 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ class BalanceWidget extends StatelessWidget {
final wallets = walletsProvider.wallets;
if (wallets == null || wallets.isEmpty) {
if (wallets.isEmpty) {
return Center(child: Text(loc.noWalletsAvailable));
}