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 @@
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"
}