diff --git a/themes-default/slim/views/home.mako b/themes-default/slim/views/home.mako
index 3cfed6a20a..f29741b67a 100644
--- a/themes-default/slim/views/home.mako
+++ b/themes-default/slim/views/home.mako
@@ -90,7 +90,7 @@
% for cur_show_list in show_lists:
- ${cur_show_list[0]}
+ ${cur_show_list[0]}
% endfor
diff --git a/themes-default/slim/views/status.mako b/themes-default/slim/views/status.mako
index 60209e591b..eb89d3cd54 100644
--- a/themes-default/slim/views/status.mako
+++ b/themes-default/slim/views/status.mako
@@ -212,15 +212,17 @@
% endif
% endif
+ % for cur_index, cur_dir in enumerate(rootDir):
- Media Root Directories
- % for cur_dir in rootDir:
- ${cur_dir}
- % if rootDir[cur_dir] is not False:
- ${rootDir[cur_dir]}
- % else:
- Missing
- % endif
+ % if cur_index == 0:
+ Media Root Directories
+ % endif
+ ${cur_dir}
+ % if rootDir[cur_dir] is not False:
+ ${rootDir[cur_dir]}
+ % else:
+ Missing
+ % endif
% endfor
diff --git a/themes/dark/templates/addShows_recommended.mako b/themes/dark/templates/addShows_recommended.mako
index 9ec0589069..5027aa84af 100644
--- a/themes/dark/templates/addShows_recommended.mako
+++ b/themes/dark/templates/addShows_recommended.mako
@@ -41,8 +41,8 @@ window.app = new Vue({
- Manage Directories
- Customize Options
+ Manage Directories
+ Customize Options
diff --git a/themes/dark/templates/home.mako b/themes/dark/templates/home.mako
index 3cfed6a20a..f29741b67a 100644
--- a/themes/dark/templates/home.mako
+++ b/themes/dark/templates/home.mako
@@ -90,7 +90,7 @@
% for cur_show_list in show_lists:
- ${cur_show_list[0]}
+ ${cur_show_list[0]}
% endfor
diff --git a/themes/dark/templates/status.mako b/themes/dark/templates/status.mako
index 60209e591b..eb89d3cd54 100644
--- a/themes/dark/templates/status.mako
+++ b/themes/dark/templates/status.mako
@@ -212,15 +212,17 @@
% endif
% endif
+ % for cur_index, cur_dir in enumerate(rootDir):
- Media Root Directories
- % for cur_dir in rootDir:
- ${cur_dir}
- % if rootDir[cur_dir] is not False:
- ${rootDir[cur_dir]}
- % else:
- Missing
- % endif
+ % if cur_index == 0:
+ Media Root Directories
+ % endif
+ ${cur_dir}
+ % if rootDir[cur_dir] is not False:
+ ${rootDir[cur_dir]}
+ % else:
+ Missing
+ % endif
% endfor
diff --git a/themes/light/templates/addShows_recommended.mako b/themes/light/templates/addShows_recommended.mako
index 9ec0589069..5027aa84af 100644
--- a/themes/light/templates/addShows_recommended.mako
+++ b/themes/light/templates/addShows_recommended.mako
@@ -41,8 +41,8 @@ window.app = new Vue({
- Manage Directories
- Customize Options
+ Manage Directories
+ Customize Options
diff --git a/themes/light/templates/home.mako b/themes/light/templates/home.mako
index 3cfed6a20a..f29741b67a 100644
--- a/themes/light/templates/home.mako
+++ b/themes/light/templates/home.mako
@@ -90,7 +90,7 @@
% for cur_show_list in show_lists:
- ${cur_show_list[0]}
+ ${cur_show_list[0]}
% endfor
diff --git a/themes/light/templates/status.mako b/themes/light/templates/status.mako
index 60209e591b..eb89d3cd54 100644
--- a/themes/light/templates/status.mako
+++ b/themes/light/templates/status.mako
@@ -212,15 +212,17 @@
% endif
% endif
+ % for cur_index, cur_dir in enumerate(rootDir):
- Media Root Directories
- % for cur_dir in rootDir:
- ${cur_dir}
- % if rootDir[cur_dir] is not False:
- ${rootDir[cur_dir]}
- % else:
- Missing
- % endif
+ % if cur_index == 0:
+ Media Root Directories
+ % endif
+ ${cur_dir}
+ % if rootDir[cur_dir] is not False:
+ ${rootDir[cur_dir]}
+ % else:
+ Missing
+ % endif
% endfor