ADFA-3412: Update Git-related texts with Git commands#1108
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 Walkthrough
WalkthroughThis PR renames several user-facing Git string resources and updates their usages: "download" → "clone" across action label, fragment UI, layout, and preferences title/captions. No behavioral, control-flow, or API changes were made. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
resources/src/main/res/values/strings.xml (1)
1173-1193:⚠️ Potential issue | 🟡 MinorUpdate "connection_lost" string to use "cloning" instead of "download" for terminology consistency.
The string
connection_lostis used inCloneRepositoryViewModel.ktduring clone exception handling. Since the clone operation is now referred to as "Clone project" (not download), the error message should say "Connection lost during cloning" instead of "Connection lost during download" for consistency.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@resources/src/main/res/values/strings.xml` around lines 1173 - 1193, Update the "connection_lost" string resource value to use "cloning" instead of "download" so the wording matches the clone flow used in CloneRepositoryViewModel.kt; locate the string with name "connection_lost" in strings.xml and change its text to "Connection lost during cloning. Please check your internet connection and try again." ensuring the exact punctuation and capitalization remain consistent with other messages.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@resources/src/main/res/values/strings.xml`:
- Around line 1173-1193: Update the "connection_lost" string resource value to
use "cloning" instead of "download" so the wording matches the clone flow used
in CloneRepositoryViewModel.kt; locate the string with name "connection_lost" in
strings.xml and change its text to "Connection lost during cloning. Please check
your internet connection and try again." ensuring the exact punctuation and
capitalization remain consistent with other messages.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: f070c6f6-f76d-4bb3-b738-baf1a612b8b4
📒 Files selected for processing (1)
resources/src/main/res/values/strings.xml
Replace "Download" with "Clone"