diff --git a/resources/views/v1/bills/show.twig b/resources/views/v1/bills/show.twig
index 26afa17311..4665d9c7fd 100644
--- a/resources/views/v1/bills/show.twig
+++ b/resources/views/v1/bills/show.twig
@@ -129,9 +129,9 @@
{% endif %}
({{ att.size|filesize }})
- {% if att.description %}
+ {% if att.notes.first %}
- {{ att.description }}
+ {{ att.notes.first.text|markdown }}
{% endif %}