Soften commanding phrasing in translation strings - #2632
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2632 +/- ##
=======================================
Coverage 91.33% 91.33%
=======================================
Files 85 85
Lines 8440 8440
Branches 1373 1373
=======================================
Hits 7709 7709
Misses 537 537
Partials 194 194 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
|
Some keys are not aligned after this change, right? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A few UI strings across the translation files use commanding/nagging phrasing ("you should...", "you need to...") that reads more aggressively than the rest of the app's neutral, friendly tone. This PR softens the wording while preserving the meaning, across all 5 locales (
en-US,he,ru,es,ar).Changes
1. "No traces" empty state — removed "you should really" nagging, reframed as a helpful note about why uploading helps.
2. "Add your description" prompt — removed "You should...!" imperative, now a plain instruction.
3. Login prompt for traces — removed "You need to", now leads with the action ("Log in to...").
4. Battery optimization instructions — removed "Please make sure... Go to..." stacked commands, now a single explanatory sentence framed around the benefit (reliable tracking).
Bonus (Arabic only): the "more than 10 routes" performance warning included an extra "يرجى حذف بعضهم" ("please delete some of them") not present in the English source or other locales. Removed to match the neutral, informational tone used elsewhere.
Notes