update and remove unnecessary translation strings

This commit is contained in:
Amruth Pillai
2020-03-30 14:12:31 +05:30
parent 1b2bae43be
commit 82037d4cfe
12 changed files with 25 additions and 37 deletions

View File

@ -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)}
/>