File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
251251 return (
252252 < SettingContainer
253253 title = "Post-Processing Hotkey"
254- description = "Optional: Set a dedicated keyboard shortcut that always applies post-processing"
254+ description = "Optional: Sets a dedicated hotkey for post-processing. If configured post-processing will only occur when this hotkey is used. "
255255 descriptionMode = { descriptionMode }
256256 grouped = { grouped }
257257 >
@@ -266,7 +266,7 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
266266 return (
267267 < SettingContainer
268268 title = "Post-Processing Hotkey"
269- description = "Optional: Set a dedicated keyboard shortcut that always applies post-processing, regardless of the global setting "
269+ description = "Optional: Sets a dedicated hotkey for post-processing. If configured post-processing will only occur when this hotkey is used. "
270270 descriptionMode = { descriptionMode }
271271 grouped = { grouped }
272272 tooltipPosition = "bottom"
@@ -303,9 +303,8 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
303303 </ div >
304304 { ! hasBinding && (
305305 < 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.
306+ Use a dedicated hotkey for post-processing. If configured
307+ post-processing will only occur when this hotkey is used.
309308 </ p >
310309 ) }
311310 </ SettingContainer >
You can’t perform that action at this time.
0 commit comments