update string

This commit is contained in:
Abhinav 2021-11-19 00:59:56 +05:30
parent 8d6b889126
commit db92ac123f
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ const Option = ({
export default function FixCreationTimeOptions({ handleChange, values }) {
return (
<Form noValidate>
<Value width="40%">
<Value width="50%">
<Option
value={FIX_OPTIONS.DATE_TIME_ORIGINAL}
onChange={handleChange('option')}

View file

@ -610,7 +610,7 @@ const englishConstants = {
),
FILE_NAME_CHARACTER_LIMIT: '100 characters max',
CREATION_DATE_TIME: 'creation date time ',
CREATION_DATE_TIME: 'creation date original ',
DATE_TIME_DIGITIZED: 'date time digitized',
CUSTOM_TIME: 'custom time',
};