some language use fix

action-chain^2
Moe 2024-04-30 10:23:23 -07:00
parent 1fba3ffc85
commit 0cec22d634
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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: '<b>'+newMonitorData.name+'</b> <small>'+newMonitorData.mid+'</small> has been saved.',
type: 'success'
})