浏览代码

Reduce excitement

Vishnu Mohandas 4 年之前
父节点
当前提交
7ea047c905
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/services/update_service.dart

+ 1 - 1
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");