mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add tagline to editing interface
This commit is contained in:
parent
eab5e1812e
commit
0a3876a9b1
6 changed files with 31 additions and 6 deletions
|
@ -105,7 +105,7 @@
|
|||
var html = '<br/>';
|
||||
|
||||
if (index) {
|
||||
html += '<h1 class="listHeader">' + Globalize.translate('HeaderMyLibrary') + '</h1>';
|
||||
html += '<h1 class="listHeader">' + Globalize.translate('HeaderMyViews') + '</h1>';
|
||||
}
|
||||
html += '<div>';
|
||||
html += createMediaLinks({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue