Update wording for mainnet - #51
Merged
Merged
Conversation
n13
requested changes
Sep 9, 2026
n13
left a comment
Contributor
There was a problem hiding this comment.
Reviewer model: GPT 5.6 Sol
Verdict: REQUEST_CHANGES
Blocking finding:
- website/src/i18n/en-US.json:128, and the equivalent home.loader.lines.syncing entry in every other locale, still identifies Planck as a testnet. website/src/components/features/home/TerminalLoader.astro:85-87 invokes the loader on every visitor first homepage load, and website/src/scripts/home/loader.ts:13,26-31 renders this line after 840 ms. The mainnet wording update therefore still tells each new visitor that the site is syncing Planck testnet before showing the revised hero. Please update all nine locale entries to mainnet or network-neutral wording alongside removing the footer testnet label.
Validation:
- Reviewed the complete diff from 2851e6a to exact head 9aba9b4.
- git diff --check passed.
- Prettier passed for all ten changed files. The repository-wide format check still reports 26 unchanged files.
- bun test passed: 22 tests, 0 failures.
- Production Astro build completed successfully.
- Locale key/type parity passed for all nine locales: 873 nodes each.
No other blocking findings.
n13
approved these changes
Sep 9, 2026
n13
left a comment
Contributor
There was a problem hiding this comment.
Reviewer model: GPT 5.6 Sol
Verdict: APPROVE
The previous blocking issue is resolved at 5a8782f8: all nine home.loader.lines.syncing entries now identify mainnet, so first-time homepage visitors no longer see the stale Planck testnet message. I reviewed the remaining hero selection and localized wording changes and found no blocking issues.
Validation:
- Reviewed the complete diff from base
2851e6aato exact head5a8782f8. git diff --checkpassed.- Prettier passed for all ten changed files.
bun testpassed: 22 tests, 0 failures.- The production Astro build generated all static routes, optimized assets, and the sitemap.
- Locale key/type parity passed for all nine locales: 872 nodes each.
- The repository-wide format and SEO checks continue to report only unrelated existing issues outside the PR hunks (26 formatting files and 17 launch-metadata length checks).
No blocking findings remain.
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