We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ad0e7 commit 94037dcCopy full SHA for 94037dc
src/shared/components/Settings/ExperienceAndSkills/WorkExperience/index.jsx
@@ -489,7 +489,7 @@ export default class Work extends ConsentComponent {
489
name="industry"
490
value={newWork.industry}
491
onChange={this.onUpdateInput}
492
- placeholder="Select industry"
+ placeholder="Enter industry"
493
maxLength="64"
494
/>
495
</FormField>
src/shared/components/Settings/ProfileSettings/Learning/index.jsx
@@ -160,7 +160,7 @@ const Learning = (props) => {
160
styleName="edit-text"
161
onClick={onHandleAddEducation}
162
>
163
- <AddItemIcon /> Add Another School / Degree
+ <AddItemIcon /> Add School / Degree
164
</span>
165
)}
166
0 commit comments