Update string

This commit is contained in:
Vishnu Mohandas 2021-02-25 22:13:29 +05:30
parent 8dee68650e
commit 18d293e5b6

View file

@ -154,7 +154,7 @@ class _SyncIndicatorState extends State<SyncIndicator> {
color: Theme.of(context).accentColor,
),
Padding(padding: EdgeInsets.all(4)),
Text("storage quota exceeded"),
Text("storage limit exceeded"),
],
),
Padding(padding: EdgeInsets.all(6)),