mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 11:04:33 +00:00
change copy to clipboard text in desktop xpub dialog
This commit is contained in:
parent
d91df1165f
commit
84fea4e9ff
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class _DesktopShowXpubDialog extends ConsumerState<DesktopShowXpubDialog> {
|
|||
SecondaryButton(
|
||||
width: 250,
|
||||
buttonHeight: ButtonHeight.xl,
|
||||
label: "Copy to clipboard",
|
||||
label: "Copy",
|
||||
onPressed: () async {
|
||||
await _copy();
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue