mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 11:07: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) {
|
||||
return (
|
||||
<div className={styles.formSection}>
|
||||
<h4>Generic Hardware Acceleration</h4>
|
||||
<h4>Generic Hardware Devices</h4>
|
||||
{deviceId !== "stable" && (
|
||||
<p className={styles.helpText}>
|
||||
Some options have been auto-configured based on your device type.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user