Update icon for unlisted videos

This commit is contained in:
Omar Roth 2019-08-05 18:54:39 -05:00
parent cc956583fb
commit c9a05187fb
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -65,7 +65,7 @@ var video_data = {
<% if !video.is_listed %> <% if !video.is_listed %>
<h3> <h3>
<i class="icon ion-ios-lock"></i> <%= translate(locale, "Unlisted") %> <i class="icon ion-ios-unlock"></i> <%= translate(locale, "Unlisted") %>
</h3> </h3>
<% end %> <% end %>