From 662c5f756fa8444b89ab78f18683855bb140c5bf Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 3 May 2016 17:10:16 -0400 Subject: [PATCH] Add "required" to changeset comment placeholder --- data/core.yaml | 2 +- dist/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 97c852e03..e6c6bb5b4 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -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." diff --git a/dist/locales/en.json b/dist/locales/en.json index bb3ee333e..fb3fa5721 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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.",