Update icon for unlisted videos

このコミットが含まれているのは:
Omar Roth 2019-08-05 18:54:39 -05:00
コミット c9a05187fb
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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