diff --git a/scripts/system/notifications.js b/scripts/system/notifications.js index ef2c674a41..b6ddd9d33e 100644 --- a/scripts/system/notifications.js +++ b/scripts/system/notifications.js @@ -576,7 +576,7 @@ createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT); } - function processingGif() { + function walletNotSetup() { createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET); }