Details
Details
Assignee
Unassigned
UnassignedReporter
Bilka
BilkaRoadmap
Users
Priority
Affects versions
Components
BackEnd
Difficulty
First Timers Only
Milestone
Internal 0.9
Sentry
Sentry
Created February 23, 2025 at 2:12 PM
Updated February 23, 2025 at 2:12 PM
In https://github.com/otwcode/otwarchive/commit/4e35e9eebbe0fa8d1beb9a2d4c141efbfcd59592 , we changed some browser page titles for the users_controller and at the same time prepared them up for translation. Unfortunately, the English strings ended up in
config/locales/views/en.yml
. They should be inconfig/locales/controllers/en.yml
instead, since the browser page title is set in the controller, not the view. Lets move them to the correct file.Testing
Log in
Hi, username! > My Preferences > Change My User Name
The browser page title should still be Change Username
Follow “Change Password”
The browser page title should still be Change Password
Follow “Change Email”
The browser page title should still be Change Email