Skip to content

Commit 94037dc

Browse files
committed
fix: rename label
1 parent f8ad0e7 commit 94037dc

File tree

2 files changed

+2
-2
lines changed
  • src/shared/components/Settings

2 files changed

+2
-2
lines changed

src/shared/components/Settings/ExperienceAndSkills/WorkExperience/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ export default class Work extends ConsentComponent {
489489
name="industry"
490490
value={newWork.industry}
491491
onChange={this.onUpdateInput}
492-
placeholder="Select industry"
492+
placeholder="Enter industry"
493493
maxLength="64"
494494
/>
495495
</FormField>

src/shared/components/Settings/ProfileSettings/Learning/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const Learning = (props) => {
160160
styleName="edit-text"
161161
onClick={onHandleAddEducation}
162162
>
163-
<AddItemIcon /> Add Another School / Degree
163+
<AddItemIcon /> Add School / Degree
164164
</span>
165165
)}
166166

0 commit comments

Comments
 (0)