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

View File

@ -28,7 +28,6 @@ To create a poly mask:
5. Click the plus icon under the type of mask or zone you would like to create 5. Click the plus icon under the type of mask or zone you would like to create
6. Click on the camera's latest image to create the points for a masked area. Click the first point again to close the polygon. 6. Click on the camera's latest image to create the points for a masked area. Click the first point again to close the polygon.
7. When you've finished creating your mask, press Save. 7. When you've finished creating your mask, press Save.
8. Restart Frigate to apply your changes.
Your config file will be updated with the relative coordinates of the mask/zone: Your config file will be updated with the relative coordinates of the mask/zone:

View File

@ -77,7 +77,7 @@
"millisecondsToOffset": "Milliseconds to offset detect annotations by. <em>Default: 0</em>", "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.", "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": { "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."
} }
} }
}, },

View File

@ -534,7 +534,7 @@
} }
}, },
"toast": { "toast": {
"success": "Zone ({{zoneName}}) has been saved. Restart Frigate to apply changes." "success": "Zone ({{zoneName}}) has been saved."
} }
}, },
"motionMasks": { "motionMasks": {
@ -558,8 +558,8 @@
}, },
"toast": { "toast": {
"success": { "success": {
"title": "{{polygonName}} has been saved. Restart Frigate to apply changes.", "title": "{{polygonName}} has been saved.",
"noName": "Motion Mask has been saved. Restart Frigate to apply changes." "noName": "Motion Mask has been saved."
} }
} }
}, },
@ -583,8 +583,8 @@
}, },
"toast": { "toast": {
"success": { "success": {
"title": "{{polygonName}} has been saved. Restart Frigate to apply changes.", "title": "{{polygonName}} has been saved.",
"noName": "Object Mask has been saved. Restart Frigate to apply changes." "noName": "Object Mask has been saved."
} }
} }
} }