From de7761ba4bc627ec452ad6c5ba58dd3c6f89e758 Mon Sep 17 00:00:00 2001 From: DanielSPham <36108616+DanielSPham@users.noreply.github.com> Date: Wed, 16 Sep 2020 17:17:41 -0700 Subject: [PATCH] Fixed aria label for autopilot throughput (#206) Co-authored-by: Daniel Si Pham --- .../ThroughputInput/ThroughputInputComponentAutoscaleV3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html b/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html index 503669c03..baa1e9730 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html @@ -84,7 +84,7 @@ step: step, 'class':'migration collid select-font-size', min: minAutoPilotThroughput, - 'aria-label': ariaLabel, + 'aria-label': 'Max request units per second', type: isAutoscaleThroughputInputFieldRequired() ? 'number' : 'hidden', css: { dirty: maxAutoPilotThroughputSet.editableIsDirty