🎨 Palette: Replace hardcoded technical notification text with standard localized UX phrasing#123
Conversation
Replaced technical notification terminology like "Click" and "Kill" with more accessible and standard phrasing like "Tap" and "Stop". All text was also extracted to localized string resources. Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Replaced technical notification terminology like "Click" and "Kill" with more accessible and standard phrasing like "Tap" and "Stop". All text was also extracted to localized string resources. Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
💡 What:
Extracted hardcoded foreground notification text out of
Cam.ktintostrings.xml. Updated the text to use standard, non-technical UX terminology ("Tap to open" instead of "Click to open", and "Stop" instead of "Kill"). Also gave theNotificationChannela descriptive, human-readable name instead of using itsCHANNEL_ID.🎯 Why:
System notifications are a core user-facing surface. Using harsh, technical language like "Kill" or "Click" (on a touch device) is jarring and confusing. Moving strings to
strings.xmlalso allows them to be translated in the future.📸 Before/After:
Before: Notification Channel was named "REMOTE_CAM", text said "Click to open", and the action was "Kill".
After: Notification Channel is named "RemoteCam Service", text says "Tap to open", and the action is "Stop".
♿ Accessibility:
Screen readers now read appropriate action context instead of "Kill", which sounds aggressive out of context, and "Tap" correctly represents a mobile interface action compared to a "Click". The Notification Channel also has a much more descriptive, localized name when users explore App Info/Settings.
PR created automatically by Jules for task 8591939531911463842 started by @manupawickramasinghe