mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 00:58:50 +00:00
remove "by default" from "Reuse receiving address" string
This commit is contained in:
parent
5d2ec00407
commit
d1780aa82e
2 changed files with 2 additions and 2 deletions
lib
pages/settings_views/wallet_settings_view/wallet_settings_wallet_settings
pages_desktop_specific/my_stack_view/wallet_view/sub_widgets/more_features
|
@ -249,7 +249,7 @@ class _WalletSettingsWalletSettingsViewState
|
|||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text(
|
||||
"Reuse receiving address by default",
|
||||
"Reuse receiving address",
|
||||
style: STextStyles.titleBold12(context),
|
||||
textAlign: TextAlign.left,
|
||||
),
|
||||
|
|
|
@ -392,7 +392,7 @@ class _MoreFeaturesDialogState extends ConsumerState<MoreFeaturesDialog> {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
"Reuse receiving address by default",
|
||||
"Reuse receiving address",
|
||||
style: STextStyles.w600_20(context),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue