fix(tron): correct unstaking withdrawal period from 3 to 14 days#28145
fix(tron): correct unstaking withdrawal period from 3 to 14 days#28145ulissesferreira wants to merge 1 commit intomainfrom
Conversation
The trx_locked_for_minimum_time localization key was showing ~3 days across all supported languages, when the actual Tron unstaking period is 14 days. Updated all 15 language files to reflect the correct value.
|
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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
|
Closing this PR because we are actually displaying everything correctly. The problem we saw was simply a user that did not understand what the |



Description
The
trx_locked_for_minimum_timelocalization key was displaying ~3 days across all supported languages as the estimated Tron unstaking duration. The actual withdrawal period is 14 days. This fix updates the value in all 15 language files (de, el, en, es, fr, hi, id, ja, ko, pt, ru, tl, tr, vi, zh).Note: the sibling key
trx_released_in_minimum_timealready had the correct value of ~14 days.Changelog
CHANGELOG entry: Fixed incorrect Tron unstaking withdrawal period display from 3 days to the correct 14 days.
Related issues
Fixes: NEB-720
Manual testing steps
```gherkin
Feature: Tron unstaking withdrawal period
Scenario: user views Tron staking information
Given the user has TRX staked
When user navigates to the staking details screen
Then the TRX locked for minimum time should display ~14 days
```
Screenshots/Recordings
Before
~3 days shown for TRX locked for minimum time
After
~14 days shown for TRX locked for minimum time
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk localization-only change; it only updates displayed text for the Tron staking lock period with no logic or data-flow changes.
Overview
Corrects the Tron staking/unstaking informational string
trx_locked_for_minimum_timefrom ~3 days to ~14 days across all translated locale JSON files, aligning the displayed minimum lock period with the existing 14-day release/unstaking messaging.Written by Cursor Bugbot for commit 4ea43e7. This will update automatically on new commits. Configure here.