Skip to content

Commit 79f747b

Browse files
committed
webui: fix view name
1 parent 3e5d208 commit 79f747b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/webui/src/view_switcher.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ViewSwitcher_ extends React.PureComponent
3535
name='list'
3636
href={urls.viewCurrentPlaylist}
3737
active={view === View.playlist}
38-
title='Playlist'/>
38+
title='Playlists'/>
3939
<Button
4040
name='folder'
4141
href={urls.browseCurrentPath}
@@ -95,7 +95,7 @@ class ViewSwitcherButton_ extends React.PureComponent
9595
<MenuItem
9696
href={urls.viewCurrentPlaylist}
9797
checked={view === View.playlist}
98-
title='Playlist'/>
98+
title='Playlists'/>
9999
<MenuItem
100100
href={urls.browseCurrentPath}
101101
checked={view === View.fileBrowser}

0 commit comments

Comments
 (0)