From 4030486ddc4bc763596b369dd563fd0ee83532fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sat, 28 Sep 2024 11:11:38 -0700 Subject: [PATCH] Replaced donation message Replaced the mislabeled OSMF donation link with a consistent OHM/OSMUS donation link. Replaced the OSMF call to action with one that avoids potential misunderstanding. --- data/core.yaml | 8 ++++---- modules/ui/success.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index bce4b03c3f..ba2b022a5b 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1067,11 +1067,11 @@ en: view_on_osm: "View Changes on OHM" changeset_id: "Your changeset #: {changeset_id}" supporting: - title: "OpenHistoricalMap is free to use, but not free to run" - details: "Its stability, quality, independence, and strength depend on donations from people like you." + title: "More ways to help" + details: "OpenHistoricalMap can only exist because of people like you. Here are some other ways you can support the project:" donation: - title: "Support the map" - details: "Any donation will go directly towards keeping OpenStreetMap running." + title: "Donate to OpenHistoricalMap" + details: "OpenHistoricalMap accepts donations through OpenStreetMap U.S., a 501(c)(3) nonprofit organization based in the United States. Your generous donation will go directly toward keeping OpenHistoricalMap running smoothly for everyone." like_osm: "Like OpenHistoricalMap? Connect with others:" more: More events: Events diff --git a/modules/ui/success.js b/modules/ui/success.js index 38373ace0f..ec94d2daa3 100644 --- a/modules/ui/success.js +++ b/modules/ui/success.js @@ -189,7 +189,7 @@ export function uiSuccess(context) { if (showDonationMessage !== false) { // support ask - const donationUrl = 'https://supporting.openstreetmap.org/'; + const donationUrl = 'https://openstreetmap.app.neoncrm.com/forms/ohm'; let supporting = body .append('div') .attr('class', 'save-supporting');