mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
Rename heading from 'Generic Hardware Acceleration' to 'Generic Hardware Devices'
This commit is contained in:
parent
9769e59e69
commit
25031618c7
@ -42,7 +42,7 @@ function HardwareCheckbox({
|
|||||||
export default function HardwareOptions({ deviceId, hardwareEnabled, onToggle, isDisabled }: Props) {
|
export default function HardwareOptions({ deviceId, hardwareEnabled, onToggle, isDisabled }: Props) {
|
||||||
return (
|
return (
|
||||||
<div className={styles.formSection}>
|
<div className={styles.formSection}>
|
||||||
<h4>Generic Hardware Acceleration</h4>
|
<h4>Generic Hardware Devices</h4>
|
||||||
{deviceId !== "stable" && (
|
{deviceId !== "stable" && (
|
||||||
<p className={styles.helpText}>
|
<p className={styles.helpText}>
|
||||||
Some options have been auto-configured based on your device type.
|
Some options have been auto-configured based on your device type.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user