We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c789d commit 5d2ec14Copy full SHA for 5d2ec14
src/components/settings/PostProcessingHotkey.tsx
@@ -303,9 +303,8 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
303
</div>
304
{!hasBinding && (
305
<p className="text-xs text-mid-gray/70 mt-2">
306
- Click to set a dedicated hotkey for post-processing. Leave unset to
307
- use the standard transcribe hotkey with the global post-processing
308
- setting.
+ Use a dedicated hotkey for post-processing. If configured
+ post-processing will only occur when this hotkey is used.
309
</p>
310
)}
311
</SettingContainer>
0 commit comments