Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Update manage_videos.html #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions upload/styles/cb_28/layout/manage_videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ul class="nav nav-tabs manageTabs" id="myTab2">
<li class="active">
<a data-toggle="tab" href="#myvideos">
{lang code='Uploaded Videos'}
{lang code='uploaded_videos'}
</a>
</li>
</ul>
Expand Down Expand Up @@ -47,7 +47,7 @@ <h2>{lang code='com_manage_vids'}</h2>
{section name=uvid loop=$uservids}
{include file="$style_dir/blocks/manage/account_video.html" video=$uservids[uvid] control='full' bg=$bg}
{sectionelse}
<div><strong><em>{lang code="You don't have videos"}</em></strong></div>
<div><strong><em>{lang code="you_dont_have_videos"}</em></strong></div>
{/section}
</table>
{include file="$style_dir/blocks/pagination.html"}
Expand Down Expand Up @@ -100,7 +100,7 @@ <h2>{lang code='com_manage_fav'}</h2>
<li class="active">

<a data-toggle="tab" href="#fvideos">
<h5>{lang code='Favorite Videos'}</h5>
<h5>{lang code='favorite_videos'}</h5>
</a>
</li>
</ul>
Expand Down Expand Up @@ -185,4 +185,4 @@ <h2>{lang code='com_manage_fav'}</h2>
</div>
</div>
</div>
</div>
</div>