diff --git a/dashboard-ui/components/recordingcreator/recordingcreator.template.html b/dashboard-ui/components/recordingcreator/recordingcreator.template.html index f702ed3a3..46f6e9138 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 964df7ce7..c506c5a9b 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 d24bbe037..7df24c654 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" }