Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace donation message #225

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m also open to keeping the OSMF donation link below the OHM donation link, since we benefit in a small way from the OSMF’s ongoing funding for iD maintenance.

let supporting = body
.append('div')
.attr('class', 'save-supporting');
Expand Down
Loading