소스 검색

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