remove restart wording

This commit is contained in:
Josh Hawkins
2025-12-05 09:52:01 -06:00
parent 874138c273
commit 7dd96d02d0
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
"millisecondsToOffset": "Milliseconds to offset detect annotations by. <em>Default: 0</em>",
"tips": "Lower the value if the video playback is ahead of the boxes and path points, and increase the value if the video playback is behind them. This value can be negative.",
"toast": {
"success": "Annotation offset for {{camera}} has been saved to the config file. Restart Frigate to apply your changes."
"success": "Annotation offset for {{camera}} has been saved to the config file."
}
}
},
+5 -5
View File
@@ -534,7 +534,7 @@
}
},
"toast": {
"success": "Zone ({{zoneName}}) has been saved. Restart Frigate to apply changes."
"success": "Zone ({{zoneName}}) has been saved."
}
},
"motionMasks": {
@@ -558,8 +558,8 @@
},
"toast": {
"success": {
"title": "{{polygonName}} has been saved. Restart Frigate to apply changes.",
"noName": "Motion Mask has been saved. Restart Frigate to apply changes."
"title": "{{polygonName}} has been saved.",
"noName": "Motion Mask has been saved."
}
}
},
@@ -583,8 +583,8 @@
},
"toast": {
"success": {
"title": "{{polygonName}} has been saved. Restart Frigate to apply changes.",
"noName": "Object Mask has been saved. Restart Frigate to apply changes."
"title": "{{polygonName}} has been saved.",
"noName": "Object Mask has been saved."
}
}
}