From: Tom Hughes Date: Tue, 23 Jan 2024 20:28:51 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4480' X-Git-Tag: live~295 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2acf8cb8f22deb2e2960c99c0eeb8c5d64533c9e?hp=-c Merge remote-tracking branch 'upstream/pull/4480' --- 2acf8cb8f22deb2e2960c99c0eeb8c5d64533c9e diff --combined config/locales/en.yml index ab6bf8fd2,069efb4a4..dcb877f7b --- a/config/locales/en.yml +++ b/config/locales/en.yml @@@ -428,6 -428,15 +428,15 @@@ en introduction: "Click on the map to find nearby features." nearby: "Nearby features" enclosing: "Enclosing features" + old_nodes: + not_found: + sorry: "Sorry, node #%{id} version %{version} could not be found." + old_ways: + not_found: + sorry: "Sorry, way #%{id} version %{version} could not be found." + old_relations: + not_found: + sorry: "Sorry, relation #%{id} version %{version} could not be found." changesets: changeset_paging_nav: showing_page: "Page %{page}" @@@ -1813,7 -1822,7 +1822,7 @@@ heading: "Login" email or username: "Email Address or Username" password: "Password" - openid_html: "%{logo} OpenID:" + openid_html: "%{logo} OpenID" remember: "Remember me" lost password link: "Lost your password?" login_button: "Login"