Replace "M-series Mac" with "M4 Mac" in native build copy#739
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo straightforward copy string updates specify "M4 Mac" instead of "M-series Mac" in native build marketing materials. The changes affect the Capgo Builder messaging copy and the iOS runner description on the native-build feature page. ChangesHardware Messaging Specification
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
What
Updates the iOS runner copy on the native build page to say "M4 Mac" instead of "M-series Mac".
Changes
apps/shared/copy/messages.ts—native_build_v2_strip_ios_v:M-series Mac→M4 Macapps/web/src/pages/native-build.astro— tile copy: "iOS jobs run on M-series Mac runners…" → "iOS jobs run on M4 Mac runners…"These were the only two occurrences of "M-series" in the repo (case-insensitive search). "Mac" is kept capitalized to stay consistent with the surrounding copy on the same page (e.g. "No Mac mini", "no Mac required").
https://claude.ai/code/session_019FPoZHSB7hjePNsV7ga5cJ
Generated by Claude Code
Summary by CodeRabbit