From 5bc30703a021b37ddcb1f696b99f93dbda249993 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 23 May 2016 13:54:45 -0400 Subject: [PATCH] add login header --- dashboard-ui/login.html | 2 ++ dashboard-ui/strings/en-US.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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" }