fix language var

build-default-monitor-config-from-definitions
Moe 2020-05-25 14:28:56 -07:00
parent 8f97912e6b
commit cbcd82f1d7
2 changed files with 3 additions and 4 deletions

View File

@ -1512,7 +1512,7 @@ module.exports = function(s,config,lang){
},
{
"name": "fps",
"field": lang["Video Record Rate (FPS)"],
"field": lang["Video Record Rate"],
"description": "The speed in which frames are recorded to files, Frames Per Second. Be aware there is no default. This can lead to large files. Best to set this camera-side.",
"default": "",
"example": "2",
@ -2335,7 +2335,7 @@ module.exports = function(s,config,lang){
"class": "mdl-list"
},
{
hidden: true,
hidden: true,
"name": "detail=group_detector_multi",
"field": "",
"description": "",
@ -3565,7 +3565,6 @@ module.exports = function(s,config,lang){
"Copy Settings": {
id: "monSectionCopying",
"name": lang['Copy Settings'],
"color": "orange",
isSection: true,
"info": [

View File

@ -530,7 +530,7 @@
"sizePurgeLockedText": "The Size Purge Lock (deleteOverMax) appears to have failed to unlock. Unlocking now...",
"Use coProcessor": "Use coProcessor",
"Audio Codec": "Audio Codec",
"Video Record Rate": "Video Record Rate <small>(FPS)</small>",
"Video Record Rate": "Video Record Rate",
"Record Width": "Record Width",
"Record Height": "Record Height",
"Double Quote Directory": "Double Quote Directory <small>Some directories have spaces. Using this may crash some cameras.</small>",