diff --git a/dashboard-ui/login.html b/dashboard-ui/login.html index 915bb80112..48e55c7134 100644 --- a/dashboard-ui/login.html +++ b/dashboard-ui/login.html @@ -26,6 +26,8 @@
+

${HeaderPleaseSignIn}

+

${VisualLoginFormHelp}


diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index a8c8aa9e28..3a4719efba 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -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" }