Restore placeholders

This commit is contained in:
Bryan Housel
2017-08-14 12:13:43 -04:00
parent 4971a20409
commit 347177fa7e
6 changed files with 17 additions and 11 deletions
-2
View File
@@ -254,8 +254,6 @@ en:
rateLimit: The API is limiting anonymous connections. You can fix this by logging in.
commit:
title: Upload to OpenStreetMap
description_placeholder: Brief description of your contributions (required)
message_label: Changeset Comment
upload_explanation: "The changes you upload will be visible on all maps that use OpenStreetMap data."
upload_explanation_with_user: "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data."
request_review: "I would like someone to review my edits."
+4
View File
@@ -342,6 +342,8 @@ en:
comment:
# comment=*
label: Changeset Comment
# comment field placeholder
placeholder: Brief description of your contributions (required)
communication_multi:
# 'communication:=*'
label: Communication Types
@@ -1225,6 +1227,8 @@ en:
source:
# source=*
label: Source
# source field placeholder
placeholder: 'survey, local knowledge, aerial imagery'
sport:
# sport=*
label: Sports
+4 -2
View File
@@ -440,7 +440,8 @@
"comment": {
"key": "comment",
"type": "textarea",
"label": "Changeset Comment"
"label": "Changeset Comment",
"placeholder": "Brief description of your contributions (required)"
},
"communication_multi": {
"key": "communication:",
@@ -1637,7 +1638,8 @@
"type": "text",
"icon": "source",
"universal": true,
"label": "Source"
"label": "Source",
"placeholder": "survey, local knowledge, aerial imagery"
},
"sport_ice": {
"key": "sport",
+2 -1
View File
@@ -1,5 +1,6 @@
{
"key": "comment",
"type": "textarea",
"label": "Changeset Comment"
"label": "Changeset Comment",
"placeholder": "Brief description of your contributions (required)"
}
+3 -2
View File
@@ -3,5 +3,6 @@
"type": "text",
"icon": "source",
"universal": true,
"label": "Source"
}
"label": "Source",
"placeholder": "survey, local knowledge, aerial imagery"
}
+4 -4
View File
@@ -328,8 +328,6 @@
},
"commit": {
"title": "Upload to OpenStreetMap",
"description_placeholder": "Brief description of your contributions (required)",
"message_label": "Changeset Comment",
"upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
"upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
"request_review": "I would like someone to review my edits.",
@@ -1356,7 +1354,8 @@
"label": "Collection Times"
},
"comment": {
"label": "Changeset Comment"
"label": "Changeset Comment",
"placeholder": "Brief description of your contributions (required)"
},
"communication_multi": {
"label": "Communication Types"
@@ -2101,7 +2100,8 @@
"label": "Type"
},
"source": {
"label": "Source"
"label": "Source",
"placeholder": "survey, local knowledge, aerial imagery"
},
"sport_ice": {
"label": "Sports"