diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index a4f75d10a..c847a0454 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -499,13 +499,13 @@ export class ThroughputInputAutoPilotV3Component extends React.Component< - {this.props.minimum.toLocaleString()} + {this.props.minimum.toLocaleString('en-US')} - {this.props.instantMaximumThroughput.toLocaleString()} + {this.props.instantMaximumThroughput.toLocaleString('en-US')} - {this.props.softAllowedMaximumThroughput.toLocaleString()} + {this.props.softAllowedMaximumThroughput.toLocaleString('en-US')} - 10,00,000 + 1,000,000 @@ -986,7 +986,7 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = ` } } > - 10,00,000 + 1,000,000 @@ -1531,7 +1531,7 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = ` } } > - 10,00,000 + 1,000,000