openstreetmap / openstreetmap-website

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
2.22k stars 918 forks source link

Improved unused translation keys in users #5236

Closed nenad-vujicic closed 2 months ago

nenad-vujicic commented 2 months ago

PR removes users.new.tou (added 9649b19 and has never been used, used layouts.tou instead), replaces users.terms.decline with users.terms.cancel and together with users.terms.continue starts being used at /users/terms.html.erb (where both were added at 9a9e13a and removed at 1be8d59, probably forgotten to be re-added under t()).

tomhughes commented 2 months ago

Looks good to me, thanks.