mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
update and remove unnecessary translation strings
This commit is contained in:
@ -78,7 +78,7 @@ const Form = ({ item, onChange, identifier = '' }) => {
|
||||
<TextField
|
||||
className="mb-6"
|
||||
label={t('education.grade.label')}
|
||||
placeholder={t('education.grade.placeholder')}
|
||||
placeholder="7.2 CGPA"
|
||||
value={item.grade}
|
||||
onChange={v => onChange(`${identifier}grade`, v)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user