mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Fix placeholder for show more images (#5312)
This commit is contained in:
parent
4b42a0abc9
commit
ddff25d7ff
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
{{#if showMore}}
|
||||
<div class="radios">
|
||||
<div class="inputs">
|
||||
{{input value=imageLink laceholder="http://example.com"}}
|
||||
{{input value=imageLink placeholder="http://example.com"}}
|
||||
<span class="description">{{i18n 'upload_selector.image_link'}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue