Commit d09c1bb17640bcfc669bea53c3913a8a40148f7a
1 parent
d0d2f874
- preview error
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/book.js
| ... | ... | @@ -147,7 +147,7 @@ |
| 147 | 147 | count++; |
| 148 | 148 | } |
| 149 | 149 | if (preview === '') { |
| 150 | - previewSelector.insertAdjacentHTML('afterend', "<div class='has-error'>Укажите название книги</div>"); | |
| 150 | + previewSelector.insertAdjacentHTML('afterend', "<div class='has-error'>Укажите краткое описание книги</div>"); | |
| 151 | 151 | count++; |
| 152 | 152 | } |
| 153 | 153 | if (count > 0) { | ... | ... |