Rentiva v4.64.2 — Dark Mode Contrast + Un-translatable Placeholder Fixes
· One min read
Fixes near-invisible text in Dark Mode and 6 example placeholders that could never be translated, no matter the site's language.
Fixed
- Dark Mode contrast. The admin page title and input/textarea placeholder text had no dark-mode color override, making both nearly unreadable against the dark background.
- 6 un-translatable placeholder strings. The "Custom Location Types" example placeholder (and 5 more identical instances across Security settings, Vehicle settings, and REST API settings) were raw PHP string literals never wrapped in a translation function — they could never be translated regardless of site locale, always displaying in English even on fully localized installs. All fixed and translated.
Improved
- The "Custom Location Types" field description now explains that these values populate the "Type" dropdown when creating a location under Locations — previously the connection between the two screens wasn't documented anywhere in the UI.
