mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +00:00
delete useless translation (#6542)
This commit is contained in:
@@ -57,7 +57,7 @@ class Plans extends Component {
|
||||
assetQuota = (assetQuotaUnitCount) * currentPlan.asset_quota_unit;
|
||||
totalAmount = assetQuotaUnitCount * currentPlan.price_per_asset_quota_unit;
|
||||
} else {
|
||||
toaster.danger(gettext('Internal Server Error.'));
|
||||
toaster.danger(gettext('Internal Server Error'));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -264,7 +264,7 @@ class Plans extends Component {
|
||||
} else if (paymentType === 'buy_quota') {
|
||||
return this.renderBuyQuota();
|
||||
} else {
|
||||
toaster.danger(gettext('Internal Server Error.'));
|
||||
toaster.danger(gettext('Internal Server Error'));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user