1
0
Fork 0
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:
dkanada 2020-08-28 21:24:00 +09:00
parent 956c2a84b2
commit 0987e9387b
37 changed files with 4 additions and 199 deletions

View file

@ -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
};