mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update list view layout strings
This commit is contained in:
parent
956c2a84b2
commit
0987e9387b
37 changed files with 4 additions and 199 deletions
|
@ -49,7 +49,7 @@ export function showLayoutMenu (button, currentLayout, views) {
|
|||
|
||||
var menuItems = views.map(function (v) {
|
||||
return {
|
||||
name: globalize.translate('Option' + v),
|
||||
name: globalize.translate(v),
|
||||
id: v,
|
||||
selected: currentLayout == v
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue