summaryrefslogtreecommitdiff
path: root/src/components/ConfigurationSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
-rw-r--r--src/components/ConfigurationSection.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 8433b04..794a860 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -130,7 +130,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<SliderField
label={`FPS Limit${config.experimental_fps_limit > 0 ? ` (${config.experimental_fps_limit} FPS)` : ' (Off)'}`}
- description="Base framerate cap for DXVK games, before frame multiplier (0 = disabled)"
+ description="Base framerate cap for DirectX games, before frame multiplier (0 = disabled)"
value={config.experimental_fps_limit}
min={0}
max={60}