From f92b18a706b8331f038a8df940dd8ac04c1bf039 Mon Sep 17 00:00:00 2001 From: Sam Vitello Date: Mon, 30 Jul 2018 10:42:18 -0600 Subject: [PATCH] fix: change working from activate to deposit (#160) --- src/resources/Notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/Notifications.js b/src/resources/Notifications.js index 9b24134..16eff37 100644 --- a/src/resources/Notifications.js +++ b/src/resources/Notifications.js @@ -108,7 +108,7 @@ class Notifications { notifications.push( this._createNotification( notificationConstants.TYPE.CAN_ACTIVATE, - 'Ready to activate tokens', + 'Ready to deposit tokens', {} ) )