Update string
This commit is contained in:
parent
8dee68650e
commit
18d293e5b6
1 changed files with 1 additions and 1 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Reference in a new issue