Merge pull request #16987 from mattwire/casemissingtranslation
[civicrm-core.git] / ang / crmAttachment / attachments.html
index dcd7f86663957e1fb821794c209c3c98a8b1b265..1646ad546caf6a11bb39eab932f16bcd7e2c5a1d 100644 (file)
@@ -42,5 +42,8 @@
   </div>
   <div>
     {{ts('Alternatively, you may add new files using drag/drop.')}}
+    <span ng-if="max_size">
+      {{ts('Each file must be less than %1M in size.', {1: max_size})}}
+    </span>
   </div>
 </div>