ADFA-4412-Redirect-string-in-CoGo-app-for-customer-support#1438
ADFA-4412-Redirect-string-in-CoGo-app-for-customer-support#1438Elissa-AppDevforAll wants to merge 4 commits into
Conversation
Changed the value of "discussions_on_telegram" to "Support and discussion forum".
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
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 due to trivial changes (1)
📝 Walkthrough
WalkthroughSupport-related string resources in ChangesSupport Link Migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@resources/src/main/res/values/strings.xml`:
- Line 15: Fix the support message grammar in the strings resource by removing
the extra “the” from the msg_need_help text so it reads “join our Discussions
forum”; update the string entry in strings.xml for msg_need_help and keep the
rest of the message unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 861e02c1-f17d-4ca1-af2d-6de4a3e768cf
📒 Files selected for processing (1)
resources/src/main/res/values/strings.xml
| <string name="about_subtitle">No computer? No Internet? No problem. Code apps anywhere.</string> | ||
| <string name="msg_get_package_failed">Failed to extract package name.</string> | ||
| <string name="msg_need_help">If you\'re facing issues while using Code on the Go or with building Android apps, you can join the Telegram Group and ask for help there.\n\nYou can also send suggestions on our email.</string> | ||
| <string name="msg_need_help">If you\'re facing issues while using Code on the Go or with building Android apps, you can join the our Discussions forum and ask for help there.\n\nYou can also send suggestions on our email.</string> |
There was a problem hiding this comment.
Change "Discussions" to "Github Discussions?"
In Preferences/About Code on the Go, text and URL previously for Telegram support are now text and URL for GitHub Discussions.