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.
2 parents 45221d8 + fef18c5 commit 2f5ee31Copy full SHA for 2f5ee31
src/components/LinksMenu/AddLink.jsx
@@ -34,18 +34,18 @@ class AddLink extends React.Component {
34
<Formsy.Form onValidSubmit={onAdd} onValid={this.enableSubmitBtn} onInvalid={this.disableSubmitBtn}>
35
<TCFormFields.TextInput
36
name="title"
37
- label="Title"
+ label="Name"
38
type="text"
39
validations="isRequired"
40
- validationError="Title is required"
+ validationError="Name is required"
41
maxLength={250}
42
wrapperClass="form-group"
43
/>
44
45
name="address"
46
- label="Address"
+ label="URL"
47
48
- validationError="This is a required field."
+ validationError="URL is required."
49
validations={{
50
isRelaxedUrl: true,
51
isRequired: true
0 commit comments