diff --git a/lib/services/update_service.dart b/lib/services/update_service.dart index 32e03a8b201b507e799b1e983e21e62367b4b67c..da8907f5dbf9fb2a1777333508728f860e76162a 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");