diff --git a/main/document/quota.php b/main/document/quota.php
index 99d10e18f2..a6e5f0aad3 100644
--- a/main/document/quota.php
+++ b/main/document/quota.php
@@ -1,4 +1,4 @@
-= 50)
{
- $text_in_filled = " $percentage%".
+ $text_in_filled = " $other_percentage%".
$text_in_unfilled = "";
}
else
{
- $text_in_unfilled = " $percentage%".
+ $text_in_unfilled = " $other_percentage%".
$text_in_filled = "";
}
@@ -123,8 +123,8 @@ function display_quota($course_quota, $already_consumed_space)
get_lang("PercentageQuotaFree") . ": $other_percentage%.
";
$message .= "
| $text_in_filled | -$text_in_unfilled | ++ | $other_percentage% |