Renamed the Work Experience label.

This commit is contained in:
Jobayer Ahmed
2023-05-08 10:44:57 +06:00
parent 22bdb64fa9
commit b4c4fb94f7

View File

@ -119,7 +119,7 @@ const WorkModal: React.FC = () => {
<TextField
required
autoFocus
label={t<string>('builder.common.form.name.label')}
label={t<string>('builder.leftSidebar.sections.experience.form.name.label')}
error={!!fieldState.error}
helperText={fieldState.error?.message}
{...field}