fix usage info string

This commit is contained in:
Abhinav-grd 2021-09-03 14:15:04 +05:30
parent 1ff2fa3462
commit e595ea09f0

View file

@ -296,7 +296,7 @@ const englishConstants = {
USAGE_INFO: (usage, quota) => (
<p>
you have used {usage} out of your {quota} GB quota
you have used {usage} out of your {quota} quota
</p>
),