From c9cda1ba13fcbd300ca75855450a0a168539077a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 15 Dec 2015 13:29:13 -0500 Subject: [PATCH] update header text --- .../components/recordingcreator/recordingcreator.template.html | 2 +- dashboard-ui/strings/html/en-US.json | 3 ++- dashboard-ui/strings/html/server.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/components/recordingcreator/recordingcreator.template.html b/dashboard-ui/components/recordingcreator/recordingcreator.template.html index f702ed3a3e..46f6e91387 100644 --- a/dashboard-ui/components/recordingcreator/recordingcreator.template.html +++ b/dashboard-ui/components/recordingcreator/recordingcreator.template.html @@ -1,7 +1,7 @@ 
- New Recording + ${HeaderNewRecording}
diff --git a/dashboard-ui/strings/html/en-US.json b/dashboard-ui/strings/html/en-US.json index 964df7ce7c..c506c5a9b3 100644 --- a/dashboard-ui/strings/html/en-US.json +++ b/dashboard-ui/strings/html/en-US.json @@ -1524,5 +1524,6 @@ "ButtonEditImages": "Edit Images", "LabelFolder": "Folder:", "HeadersFolders": "Folders", - "LabelDisplayName": "Display name:" + "LabelDisplayName": "Display name:", + "HeaderNewRecording": "New Recording" } \ No newline at end of file diff --git a/dashboard-ui/strings/html/server.json b/dashboard-ui/strings/html/server.json index d24bbe037f..7df24c654c 100644 --- a/dashboard-ui/strings/html/server.json +++ b/dashboard-ui/strings/html/server.json @@ -1539,5 +1539,6 @@ "ButtonEditImages": "Edit Images", "LabelFolder": "Folder:", "HeadersFolders": "Folders", - "LabelDisplayName": "Display name:" + "LabelDisplayName": "Display name:", + "HeaderNewRecording": "New Recording" }