From 18d293e5b6cb7dbbd4e4116cd6865b96b1288ebc Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Thu, 25 Feb 2021 22:13:29 +0530 Subject: [PATCH] Update string --- lib/ui/sync_indicator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/sync_indicator.dart b/lib/ui/sync_indicator.dart index 2285b43d6..507ff7759 100644 --- a/lib/ui/sync_indicator.dart +++ b/lib/ui/sync_indicator.dart @@ -154,7 +154,7 @@ class _SyncIndicatorState extends State { color: Theme.of(context).accentColor, ), Padding(padding: EdgeInsets.all(4)), - Text("storage quota exceeded"), + Text("storage limit exceeded"), ], ), Padding(padding: EdgeInsets.all(6)),