mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-13 02:14:33 +01:00
Update icon for unlisted videos
This commit is contained in:
parent
cc956583fb
commit
c9a05187fb
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue