extracted strings from education tab

This commit is contained in:
Amruth Pillai
2020-03-30 00:08:43 +05:30
parent 07696b40ee
commit 959c843983
7 changed files with 102 additions and 129 deletions

View File

@ -11,6 +11,9 @@
"endDate": {
"label": "End Date",
"placeholder": "current"
},
"description": {
"label": "Description"
}
},
"buttons": {

View File

@ -0,0 +1,17 @@
{
"name": {
"label": "Name",
"placeholder": "Harvard University"
},
"major": {
"label": "Major",
"placeholder": "Masters in Computer Science"
},
"grade": {
"label": "Grade",
"placeholder": "7.2 CGPA"
},
"description": {
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
}
}

View File

@ -1,9 +1,11 @@
import profile from './profile.json';
import objective from './objective.json';
import work from './work.json';
import education from './education.json';
export default {
profile,
objective,
work,
education,
};

View File

@ -8,7 +8,6 @@
"placeholder": "Frontend Web Developer"
},
"description": {
"label": "Description",
"placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of."
}
}