-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: more translations to token alerts #30877
base: main
Are you sure you want to change the base?
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR adds a new token alert translation to support concentrated supply distribution cases.
- Added a new case in the translation utility for 'CONCENTRATED_SUPPLY_DISTRIBUTION' to set custom title and description translation keys.
Reviewed Changes
File | Description |
---|---|
shared/modules/bridge-utils/security-alerts-api.util.ts | Adds a case to handle concentrated supply distribution alerts by setting the appropriate translation keys |
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
shared/modules/bridge-utils/security-alerts-api.util.ts:114
- Please ensure that translation keys 'concentratedSupplyDistributionTitle' and 'concentratedSupplyDistributionDescription' are available in the localization files to avoid missing or incorrect text in the UI.
case 'CONCENTRATED_SUPPLY_DISTRIBUTION':
Builds ready [7da74d5]
Page Load Metrics (1915 ± 114 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
…aMask/metamask-extension into mms-1933-solana-alerts-supply-destri
Builds ready [b439ea1]
Page Load Metrics (1902 ± 80 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Just adding another alert to the alerts transactions
Related issues
Fixes: None
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist