some language use fix
parent
1fba3ffc85
commit
0cec22d634
|
@ -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",
|
||||
|
|
|
@ -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'
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue