mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
Text updates, Update epiccash plugin
This commit is contained in:
parent
ca27f13d7b
commit
71591053f2
3 changed files with 4 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 899f70f1f6709eba9b47dfa652085ae552bf3b73
|
||||
Subproject commit e1df088733695ad06d377087d069eae1746d55a7
|
|
@ -523,6 +523,7 @@ class _ConfirmTransactionViewState
|
|||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
Text(
|
||||
(coin == Coin.epicCash) ? "Local Note" :
|
||||
"Note",
|
||||
style: STextStyles.smallMed12(context),
|
||||
),
|
||||
|
|
|
@ -1853,7 +1853,8 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
height: 12,
|
||||
),
|
||||
Text(
|
||||
"Note (optional)",
|
||||
(coin == Coin.epicCash) ? "Local Note (optional)"
|
||||
: "Note (optional)",
|
||||
style: STextStyles.smallMed12(context),
|
||||
textAlign: TextAlign.left,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue