Spacing issue

This commit is contained in:
Pushkar Anand 2021-06-03 00:56:48 +05:30
parent 888f9b1e7a
commit 4878507e3a

View file

@ -217,7 +217,7 @@ const englishConstants = {
),
RENEWAL_ACTIVE_SUBSCRIPTION_INFO: (expiryTime) => (
<p>
your subscription will renew on{dateString(expiryTime)}
your subscription will renew on {dateString(expiryTime)}
</p>
),
@ -233,7 +233,7 @@ const englishConstants = {
<p>
you have used {usage}
{' '}
GB out of your{quota}
GB out of your {quota}
{' '}
GB quota
</p>