diff --git a/languages/en_CA.json b/languages/en_CA.json
index 5928c8f8..b0008640 100644
--- a/languages/en_CA.json
+++ b/languages/en_CA.json
@@ -522,6 +522,7 @@
"Delete Monitor State?": "Delete Monitor State",
"deleteMonitorStateText1": "Do you want to delete this Monitor States Preset? The monitor configurations associated cannot be recovered.",
"deleteMonitorStateText2": "Do you want to delete this Monitor's Preset?",
+ "undoAllUnsaveChanges": "Are you sure you want to do this? This will undo all unsaved changes.",
"monitorStatesError": "Monitor Presets Error",
"monitorStateNotEnoughChanges": "You need to make a change in your monitor configuration before attempting to add it to a Preset.",
"Search Images": "Search Images",
diff --git a/web/libs/css/dash2.basic.css b/web/libs/css/dash2.basic.css
index 7a3e71fb..803f9888 100644
--- a/web/libs/css/dash2.basic.css
+++ b/web/libs/css/dash2.basic.css
@@ -443,6 +443,9 @@ ul.msg_list li .message {
.text-white {
color: #fff!important;
}
+.cursor-pointer {
+ cursor: pointer!important;
+}
/* Start of custom table sorter */
.table .table-header-sorter {
cursor: pointer;
diff --git a/web/libs/js/dash2.monitoredit.js b/web/libs/js/dash2.monitoredit.js
index ee78dc73..349b9218 100644
--- a/web/libs/js/dash2.monitoredit.js
+++ b/web/libs/js/dash2.monitoredit.js
@@ -977,11 +977,11 @@ monitorEditorWindow.find('.monitor-section-header').click(function(e){
}
})
html += `