{localize( - 'When you open a position, barriers will be created around the asset price. For each new tick, the upper and lower barriers are automatically calculated based on the asset and accumulator value that you choose. You will earn a profit if you close your position before the asset price hits either of the barriers.' + 'When you open a position, barriers will be created around the asset price. For each new tick, the upper and lower barriers are automatically calculated based on the asset and accumulator value you choose. You will earn a profit if you close your position before the asset price hits either of the barriers.' )}
diff --git a/packages/trader/src/Modules/Contract/Components/AccumulatorsStats/accumulators-stats-manual-modal.jsx b/packages/trader/src/Modules/Contract/Components/AccumulatorsStats/accumulators-stats-manual-modal.jsx
index f1b41ddb65b4..47ebde615978 100644
--- a/packages/trader/src/Modules/Contract/Components/AccumulatorsStats/accumulators-stats-manual-modal.jsx
+++ b/packages/trader/src/Modules/Contract/Components/AccumulatorsStats/accumulators-stats-manual-modal.jsx
@@ -20,8 +20,8 @@ const AccumulatorsStatsManualModal = ({ title, icon_classname, is_manual_open, t
should_header_stick_body={false}
title={title}
toggleModal={toggleManual}
- height={is_mobile ? '605px' : '712px'}
- width={is_mobile ? '328px' : '755px'}
+ height={is_mobile ? '605px' : '615px'}
+ width={is_mobile ? '328px' : '596px'}
className='accumulators-stats-manual-modal'
>