1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Change "i.e." to "e.g." in placeholders

This commit is contained in:
Troy McConaghy 2019-04-05 14:27:43 +02:00
parent cd0ca3045e
commit 6de784c730
3 changed files with 10 additions and 10 deletions

View File

@ -6,14 +6,14 @@
"fields": { "fields": {
"name": { "name": {
"label": "Title", "label": "Title",
"placeholder": "i.e. Almond sales data", "placeholder": "e.g. Almond sales data",
"type": "text", "type": "text",
"required": true, "required": true,
"help": "Enter a concise title. You will be able to enter a more thorough description in the next step." "help": "Enter a concise title. You will be able to enter a more thorough description in the next step."
}, },
"files": { "files": {
"label": "Files", "label": "Files",
"placeholder": "i.e. https://file.com/file.json", "placeholder": "e.g. https://file.com/file.json",
"type": "text", "type": "text",
"required": true, "required": true,
"help": "Provide one or multiple urls to your data set files." "help": "Provide one or multiple urls to your data set files."
@ -27,7 +27,7 @@
"description": { "description": {
"label": "Description", "label": "Description",
"help": "Add a thorough description with as much detail as possible.", "help": "Add a thorough description with as much detail as possible.",
"placeholder": "i.e. Almond sales data ", "placeholder": "e.g. Almond sales data ",
"type": "textarea", "type": "textarea",
"required": true, "required": true,
"rows": 5 "rows": 5
@ -85,13 +85,13 @@
"fields": { "fields": {
"author": { "author": {
"label": "Author", "label": "Author",
"placeholder": "i.e. Jelly McJellyfish", "placeholder": "e.g. Jelly McJellyfish",
"type": "text", "type": "text",
"required": true "required": true
}, },
"copyrightHolder": { "copyrightHolder": {
"label": "Copyright Holder", "label": "Copyright Holder",
"placeholder": "i.e. Marine Institute of Jellyfish", "placeholder": "e.g. Marine Institute of Jellyfish",
"type": "text", "type": "text",
"required": true "required": true
}, },

View File

@ -4,20 +4,20 @@
"fields": { "fields": {
"name": { "name": {
"label": "Your name", "label": "Your name",
"placeholder": "i.e. Jelly McJellyfish", "placeholder": "e.g. Jelly McJellyfish",
"type": "text", "type": "text",
"required": true, "required": true,
"help": "Help me" "help": "Help me"
}, },
"email": { "email": {
"label": "Your email", "label": "Your email",
"placeholder": "i.e. jelly@mcjellyfish.com", "placeholder": "e.g. jelly@mcjellyfish.com",
"type": "email", "type": "email",
"required": true "required": true
}, },
"message": { "message": {
"label": "Your message", "label": "Your message",
"placeholder": "i.e. jelly@mcjellyfish.com", "placeholder": "e.g. jelly@mcjellyfish.com",
"type": "textarea", "type": "textarea",
"required": true "required": true
}, },
@ -41,7 +41,7 @@
}, },
"date": { "date": {
"label": "Date", "label": "Date",
"placeholder": "i.e. 2019-08-12", "placeholder": "e.g. 2019-08-12",
"type": "date", "type": "date",
"required": true "required": true
} }

View File

@ -31,7 +31,7 @@ class Home extends Component<HomeProps, HomeState> {
type="search" type="search"
name="search" name="search"
label="Search for data sets" label="Search for data sets"
placeholder="i.e. almond sales data" placeholder="e.g. almond sales data"
value={this.state.search} value={this.state.search}
onChange={this.inputChange} onChange={this.inputChange}
group={ group={