diff --git a/filed/templates/index.html b/filed/templates/index.html index 7c35005..0d886c6 100644 --- a/filed/templates/index.html +++ b/filed/templates/index.html @@ -90,16 +90,16 @@ Error
- Uploads are temporarily disabled by the administrator + Uploads are temporarily disabled {%- if let Some(disable_reason) = conf.files.upload_disable_reason -%} - {{- " " -}} because of the following reason: - + {{- " " -}} for the following reason: + {{- disable_reason -}} {%- else -%} . {%- endif -%} - + Check again in a few minutes.