Daniel Supernault преди 6 години
родител
ревизия
a7d9e48eb5
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      resources/assets/js/components/ComposeModal.vue

+ 3 - 2
resources/assets/js/components/ComposeModal.vue

@@ -39,8 +39,9 @@
 					<div v-if="ids.length == 0" class="w-100 h-100 bg-light py-5 cursor-pointer" style="border-bottom: 1px solid #f1f1f1" v-on:click="addMedia($event)">
 						<div class="p-5">
 							<p class="text-center font-weight-bold">{{composeMessage()}}</p>
-							<p class="text-muted mb-0 small text-center">Accepted Formats: {{acceptedFormats()}}</p>
-							<p class="text-muted mb-0 small text-center">Max File Size: {{maxSize()}}</p>
+							<p class="text-muted mb-0 small text-center">Accepted Formats: <b>{{acceptedFormats()}}</b></p>
+							<p class="text-muted mb-0 small text-center">Max File Size: <b>{{maxSize()}}</b></p>
+							<p class="text-muted mb-0 small text-center">Albums can contain up to <b>{{config.uploader.album_limit}}</b> photos or videos</p>
 						</div>
 					</div>
 					<div v-if="ids.length > 0">