mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
Fix typo in Settings.jsx
This commit is contained in:
parent
166a51d757
commit
9c633cbbdf
@ -267,7 +267,7 @@ const Settings = memo(({
|
||||
<KeyCell>{t('File names of extracted video frames')}</KeyCell>
|
||||
<td>
|
||||
<Button iconBefore={captureFrameFileNameFormat === 'timestamp' ? TimeIcon : NumericalIcon} onClick={() => setCaptureFrameFileNameFormat((existing) => (existing === 'timestamp' ? 'index' : 'timestamp'))}>
|
||||
{captureFrameFileNameFormat === 'timestamp' ? t('Frame timestamp') : t('File number')}
|
||||
{captureFrameFileNameFormat === 'timestamp' ? t('Frame timestamp') : t('Frame number')}
|
||||
</Button>
|
||||
</td>
|
||||
</Row>
|
||||
|
Loading…
Reference in New Issue
Block a user