Skip to content

Commit

Permalink
Replaced donation message
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
1ec5 committed Sep 28, 2024
1 parent b101364 commit 4030486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/ui/success.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 4030486

Please sign in to comment.