Typo fixed

This commit is contained in:
Christoph Haas 2017-01-31 22:44:48 +01:00
parent 4a4df12274
commit f89a56afe4

View file

@ -31,7 +31,7 @@
/ Ask the user to add a description if not yet done
- if screenshot.description.blank?
.imgcaption
p Please add a brief a description of this screenshot:
p Please add a brief description of this screenshot:
= form_tag(update_screenshot_description_path(screenshot.package.name, screenshot.id))
.input-group
= text_field_tag 'description', nil, class: 'input-group-field', maxlength: 80