1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

improve placehodler

This commit is contained in:
Mikael Finstad 2024-08-06 14:34:26 +02:00
parent 0ed69bb1b6
commit ad5032e85d
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -593,7 +593,7 @@ export async function selectSegmentsByExprDialog(inputValidator: (v: string) =>
))}
</div>
),
inputPlaceholder: 'segment.duration < 5',
inputPlaceholder: i18n.t('Enter JavaScript expression'),
inputValidator,
});
return value;