TF-3985 Change icons and style to be consistent with Twake drive storage
This commit is contained in:
@@ -4935,4 +4935,12 @@ class AppLocalizations {
|
||||
name: 'increaseYourSpace',
|
||||
);
|
||||
}
|
||||
|
||||
String quotaAvailableLabel(String count) {
|
||||
return Intl.message(
|
||||
'$count available',
|
||||
name: 'quotaAvailableLabel',
|
||||
args: [count],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user