From 7ea047c905bc1f27581c3b15c600dc9b36b51ab2 Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Sun, 23 May 2021 03:06:03 +0530 Subject: [PATCH] Reduce excitement --- lib/services/update_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/update_service.dart b/lib/services/update_service.dart index 32e03a8b2..da8907f5d 100644 --- a/lib/services/update_service.dart +++ b/lib/services/update_service.dart @@ -56,7 +56,7 @@ class UpdateService { hasBeen3DaysSinceLastNotification && _latestVersion.shouldNotify) { NotificationService.instance.showNotification( - "update available", "click to install our best version yet!"); + "update available", "click to install our best version yet"); await _prefs.setInt(kUpdateAvailableShownTimeKey, now); } else { _logger.info("Debouncing notification");