mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add login header
This commit is contained in:
parent
75ef43aeb9
commit
5bc30703a0
2 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
|||
</form>
|
||||
|
||||
<div class="visualLoginForm" style="text-align: center;">
|
||||
<h1>${HeaderPleaseSignIn}</h1>
|
||||
<p>${VisualLoginFormHelp}</p>
|
||||
<br />
|
||||
<div id="divUsers" class="itemsContainer"></div>
|
||||
|
||||
|
|
|
@ -2356,5 +2356,6 @@
|
|||
"AddItemToCollectionHelp": "Add items to collections by searching for them and using their right-click or tap menus to add them to a collection.",
|
||||
"HeaderHealthMonitor": "Health Monitor",
|
||||
"HealthMonitorNoAlerts": "There are no active alerts.",
|
||||
"RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired."
|
||||
"RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired.",
|
||||
"VisualLoginFormHelp": "Select a user or sign in manually"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue