aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/wallet-view.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/wallet-view.js')
-rw-r--r--ui/app/components/wallet-view.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/components/wallet-view.js b/ui/app/components/wallet-view.js
index 400b9aa90..65a532af6 100644
--- a/ui/app/components/wallet-view.js
+++ b/ui/app/components/wallet-view.js
@@ -206,9 +206,9 @@ WalletView.prototype.render = function () {
copyToClipboard(checksummedAddress)
this.context.metricsEvent({
eventOpts: {
- category: 'Activation',
- action: 'userClicks',
- name: 'navCopyToClipboard',
+ category: 'Navigation',
+ action: 'Home',
+ name: 'Copied Address',
},
})
this.setState({ hasCopied: true })