diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index c958b5a6a..a22d2b799 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -582,6 +582,7 @@ export class ThroughputInputAutoPilotV3Component extends React.Component< onChange={this.onThroughputChange} min={this.props.minimum} errorMessage={this.props.throughputError} + ariaLabel="Estimate your required throughput with capacity calculator" /> {this.state.exceedFreeTierThroughput && (