Skip to content

Commit 42a2d02

Browse files
committed
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.
1 parent 3fcc943 commit 42a2d02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/core.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,11 +1067,11 @@ en:
10671067
view_on_osm: "View Changes on OHM"
10681068
changeset_id: "Your changeset #: {changeset_id}"
10691069
supporting:
1070-
title: "OpenHistoricalMap is free to use, but not free to run"
1071-
details: "Its stability, quality, independence, and strength depend on donations from people like you."
1070+
title: "More ways to help"
1071+
details: "OpenHistoricalMap can only exist because of people like you. Here are some other ways you can support the project:"
10721072
donation:
1073-
title: "Support the map"
1074-
details: "Any donation will go directly towards keeping OpenStreetMap running."
1073+
title: "Donate to OpenHistoricalMap"
1074+
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."
10751075
like_osm: "Like OpenHistoricalMap? Connect with others:"
10761076
more: More
10771077
events: Events

modules/ui/success.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export function uiSuccess(context) {
189189

190190
if (showDonationMessage !== false) {
191191
// support ask
192-
const donationUrl = 'https://supporting.openstreetmap.org/';
192+
const donationUrl = 'https://openstreetmap.app.neoncrm.com/forms/ohm';
193193
let supporting = body
194194
.append('div')
195195
.attr('class', 'save-supporting');

0 commit comments

Comments
 (0)