mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
11.0 fix translation (#6544)
* remove useless translation (#6543) * remove useless translation
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;
|
||||
}
|
||||
|
||||
@@ -263,8 +263,8 @@ class Plans extends Component {
|
||||
return this.renderAddUser();
|
||||
} else if (paymentType === 'buy_quota') {
|
||||
return this.renderBuyQuota();
|
||||
} else {
|
||||
toaster.danger(gettext('Internal Server Error.'));
|
||||
} else {
|
||||
toaster.danger(gettext('Internal Server Error'));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user