Skip to content

Commit

Permalink
BUG Fix typo
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
Damian Mooyman committed Jul 12, 2016
1 parent 95b9561 commit ff0af76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/HtmlEditorField_SelectUploadField.ss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<span class="change">(change)</span>
</span>
</small>
<% else_if $canPreviewFolderx %>
<% else_if $canPreviewFolder %>
<small><% _t('UploadField.ADDTO', 'Add to') %> <strong>$DisplayFolderName</strong></small>
<% else %>
<small><% _t('AssetUploadField.ChooseFiles', 'Choose files') %></small>
<% end_if %>
</span>
</span>
</h4>

<% if $canSelectFolder %><% with FolderSelector %>
<div class="select-folder-container">
$Field
Expand Down Expand Up @@ -49,4 +49,4 @@

<div class="ss-uploadfield-editandorganize">
<ul class="ss-uploadfield-files files"></ul>
</div>
</div>

0 comments on commit ff0af76

Please sign in to comment.