Skip to content

Commit 2f5ee31

Browse files
author
vikasrohit
authored
Merge pull request #530 from appirio-tech/fnisen-patch-3
Updating copy on AddLink.jsx
2 parents 45221d8 + fef18c5 commit 2f5ee31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/LinksMenu/AddLink.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ class AddLink extends React.Component {
3434
<Formsy.Form onValidSubmit={onAdd} onValid={this.enableSubmitBtn} onInvalid={this.disableSubmitBtn}>
3535
<TCFormFields.TextInput
3636
name="title"
37-
label="Title"
37+
label="Name"
3838
type="text"
3939
validations="isRequired"
40-
validationError="Title is required"
40+
validationError="Name is required"
4141
maxLength={250}
4242
wrapperClass="form-group"
4343
/>
4444
<TCFormFields.TextInput
4545
name="address"
46-
label="Address"
46+
label="URL"
4747
type="text"
48-
validationError="This is a required field."
48+
validationError="URL is required."
4949
validations={{
5050
isRelaxedUrl: true,
5151
isRequired: true

0 commit comments

Comments
 (0)