mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Fix missing i18n keys (#17952)
* Fix missing i18n keys * gpu info dialog fixes
This commit is contained in:
@@ -704,7 +704,7 @@ export function CameraNotificationSwitch({
|
||||
{!isSuspended ? (
|
||||
<Select onValueChange={handleSuspend}>
|
||||
<SelectTrigger className="w-auto">
|
||||
<SelectValue placeholder="Suspend" />
|
||||
<SelectValue placeholder={t("notification.suspendTime.suspend")} />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value="5">
|
||||
|
||||
Reference in New Issue
Block a user