mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 21:09:50 +00:00
v4.29.0 Release Candidate (#2289)
* v4.29.0 Release Candidate * update versions [skip ci] * Latest Release Candidate - some UI fixes - Ledger enhancements * final RC * change ledger signing text [skip ci]
This commit is contained in:
parent
46a73de82e
commit
c2b138c65c
42 changed files with 169 additions and 141 deletions
|
@ -693,7 +693,7 @@ class SendPage extends BasePage {
|
|||
isDismissible: false,
|
||||
builder: (context) {
|
||||
dialogContext = context;
|
||||
return LoadingBottomSheet(titleText: S.of(context).device_is_signing);
|
||||
return LoadingBottomSheet(titleText: S.of(context).processing_signed_tx);
|
||||
},
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue