diff --git a/seahub/api2/endpoints/account.py b/seahub/api2/endpoints/account.py index 1ec327c644..191f626da8 100644 --- a/seahub/api2/endpoints/account.py +++ b/seahub/api2/endpoints/account.py @@ -183,7 +183,7 @@ class Account(APIView): space_quota_mb = int(space_quota_mb) except ValueError: return api_error(status.HTTP_400_BAD_REQUEST, - _('Must be an integer that greater than or equal to 0.')) + _('Must be an integer that is greater than or equal to 0.')) if space_quota_mb < 0: return api_error(status.HTTP_400_BAD_REQUEST, diff --git a/seahub/institutions/templates/institutions/user_info.html b/seahub/institutions/templates/institutions/user_info.html index b5a234633f..aadb5988c5 100644 --- a/seahub/institutions/templates/institutions/user_info.html +++ b/seahub/institutions/templates/institutions/user_info.html @@ -53,7 +53,7 @@ MB
- {% trans "An integer that greater than or equal to 0." %}
+ {% trans "An integer that is greater than or equal to 0." %}
{% trans "Tip: 0 means default limit" %}
- {% trans "An integer that greater than or equal to 0." %}
+ {% trans "An integer that is greater than or equal to 0." %}
{% trans "Tip: 0 means default limit" %}
- {% trans "An integer that greater than or equal to 0." %}
+ {% trans "An integer that is greater than or equal to 0." %}
{% trans "Tip: 0 means default limit" %}
- {% trans "An integer that greater than or equal to 0." %}
+ {% trans "An integer that is greater than or equal to 0." %}
{% trans "Tip: 0 means default limit" %}
- {% trans "An integer that greater than or equal to 0." %}
+ {% trans "An integer that is greater than or equal to 0." %}
{% trans "Tip: 0 means default limit" %}