Update URL for wiki page

Fixes #5771
This commit is contained in:
Tom Hughes 2025-03-08 11:25:50 +00:00
parent 121ef82e2c
commit 998ef40d19
2 changed files with 2 additions and 2 deletions

View file

@ -2310,7 +2310,7 @@ en:
not_public_description_html: "You can no longer edit the map unless you do so. You can set your edits as public from your %{user_page}."
user_page_link: user page
anon_edits_html: "(%{link})"
anon_edits_link: "https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits"
anon_edits_link: "https://wiki.openstreetmap.org/wiki/Anonymous_edits"
anon_edits_link_text: "Find out why this is the case."
edit:
id_not_configured: "iD has not been configured"

View file

@ -167,7 +167,7 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
assert_response :success
assert_template "edit"
assert_select "a[href='https://wiki.openstreetmap.org/wiki/Disabling_anonymous_edits']"
assert_select "a[href='https://wiki.openstreetmap.org/wiki/Anonymous_edits']"
end
# Test the right editor gets used when the user hasn't set a preference