diff --git a/src/components/metadataEditor/metadataEditor.js b/src/components/metadataEditor/metadataEditor.js
index d5e39d45af..3195a1c64f 100644
--- a/src/components/metadataEditor/metadataEditor.js
+++ b/src/components/metadataEditor/metadataEditor.js
@@ -697,7 +697,17 @@ import template from './metadataEditor.template.html';
showElement('#fldDisplayOrder', context);
showElement('.seriesDisplayOrderDescription', context);
- context.querySelector('#selectDisplayOrder').innerHTML = '';
+ let html = '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+
+ context.querySelector('#selectDisplayOrder').innerHTML = html;
} else {
context.querySelector('#selectDisplayOrder').innerHTML = '';
hideElement('#fldDisplayOrder', context);
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 1e0bd377e6..7ad6634a42 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -186,6 +186,7 @@
"Desktop": "Desktop",
"DetectingDevices": "Detecting devices",
"DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "Digital": "Digital",
"Director": "Director",
"Directors": "Directors",
"DirectPlaying": "Direct playing",
@@ -1254,6 +1255,7 @@
"OptionWeekdays": "Weekdays",
"OptionWeekends": "Weekends",
"OptionWeekly": "Weekly",
+ "OriginalAirDate": "Original Air Date",
"OriginalAirDateValue": "Original air date: {0}",
"Other": "Other",
"OtherArtist": "Other Artist",
@@ -1316,6 +1318,7 @@
"Primary": "Primary",
"Print": "Print",
"Producer": "Producer",
+ "Production": "Production",
"ProductionLocations": "Production locations",
"Profile": "Profile",
"Programs": "Programs",
@@ -1424,6 +1427,7 @@
"SortName": "Sort name",
"SpecialFeatures": "Special Features",
"Sports": "Sports",
+ "StoryArc": "Story Arc",
"StopPlayback": "Stop playback",
"StopRecording": "Stop recording",
"Studios": "Studios",