mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add "required" to changeset comment placeholder
This commit is contained in:
+1
-1
@@ -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."
|
||||
|
||||
Vendored
+1
-1
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user