diff --git a/languages/en_CA.json b/languages/en_CA.json
index 82388252..cf2ed87e 100644
--- a/languages/en_CA.json
+++ b/languages/en_CA.json
@@ -20,6 +20,7 @@
"Geolocation": "Geolocation",
"fieldTextGeolocation": "The map coordinates of this camera in the real world. This will plot a point for your camera on the Monitor Map.",
"playUntilVideoEnd": "Play until video end",
+ "Monitor Saved": "Monitor Saved",
"Unmute": "Unmute",
"byUser": "by user",
"accountDeleted": "Account Deleted",
diff --git a/web/assets/js/bs5.monitorSettings.js b/web/assets/js/bs5.monitorSettings.js
index cd1a5c8f..5ec616c6 100644
--- a/web/assets/js/bs5.monitorSettings.js
+++ b/web/assets/js/bs5.monitorSettings.js
@@ -1150,8 +1150,8 @@ editorForm.find('[name="type"]').change(function(e){
setCosmeticMonitorInfo(newMonitorData)
drawMonitorGroupList()
if(!d.silenceNote){
- new PNotify({
- title: 'Monitor Saved',
+ redAlertNotify({
+ title: lang['Monitor Saved'],
text: ''+newMonitorData.name+' '+newMonitorData.mid+' has been saved.',
type: 'success'
})