mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Use different message key to fix missing restart message
This commit is contained in:
parent
e3f34d6f11
commit
82965f1724
@ -176,8 +176,8 @@ export default function ClassificationSettingsView({
|
||||
})
|
||||
.finally(() => {
|
||||
addMessage(
|
||||
"search_settings",
|
||||
`Restart Required (Classification settings changed)`,
|
||||
"search_settings_restart",
|
||||
`Restart required (Classification settings changed)`,
|
||||
undefined,
|
||||
"search_settings",
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user