Add "required" to changeset comment placeholder

This commit is contained in:
Bryan Housel
2016-05-03 17:10:16 -04:00
parent c5844540c5
commit 662c5f756f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ en:
readonly: The API is read-only. You will need to wait to save your changes.
commit:
title: Save Changes
description_placeholder: Brief description of your contributions
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."
+1 -1
View File
@@ -241,7 +241,7 @@
},
"commit": {
"title": "Save Changes",
"description_placeholder": "Brief description of your contributions",
"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.",