CC-2466 Manage Music Folders should be Manage Media Folder
-fixed
This commit is contained in:
parent
a018466b80
commit
f9f6296e2c
|
@ -54,7 +54,7 @@ $pages = array(
|
|||
'resource' => 'user'
|
||||
),
|
||||
array(
|
||||
'label' => 'Manage Music Folders',
|
||||
'label' => 'Manage Media Folders',
|
||||
'module' => 'default',
|
||||
'controller' => 'Preference',
|
||||
'action' => 'directory-config'
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<?php endforeach; ?>
|
||||
<?php else: ?>
|
||||
<dd class="block-display selected-item">
|
||||
<span>You are not watching any music folders.</span>
|
||||
<span>You are not watching any media folders.</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="watched-folder-section" class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong manage-folders">
|
||||
<h2>Manage Music Folders</h2>
|
||||
<h2>Manage Media Folders</h2>
|
||||
<?php echo $this->form; ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue