diff --git a/docs/docs/configuration/masks.md b/docs/docs/configuration/masks.md index 4b57be964..4a4722586 100644 --- a/docs/docs/configuration/masks.md +++ b/docs/docs/configuration/masks.md @@ -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 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. -8. Restart Frigate to apply your changes. Your config file will be updated with the relative coordinates of the mask/zone: diff --git a/web/public/locales/en/views/explore.json b/web/public/locales/en/views/explore.json index 3f057c38d..6c938c109 100644 --- a/web/public/locales/en/views/explore.json +++ b/web/public/locales/en/views/explore.json @@ -77,7 +77,7 @@ "millisecondsToOffset": "Milliseconds to offset detect annotations by. Default: 0", "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." } } }, diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 22dae29de..7ffd29007 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -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." } } }