Skip to content

Commit 274df40

Browse files
author
Felix Milea-Ciobanu
committed
fix grading period toggle button labeling
fixes CNVS-35437 test plan: - go to accounts/1/grading_standards - on the "Grading Periods" tab create multiple grading period sets with unique names - using a SR, navigate to the toggle buttons on the grading periods - note that the toggle button references the grading period name Change-Id: Ic8727cef5df8248ab7d39ba3a1fb404d31d6161a Reviewed-on: https://gerrit.instructure.com/105954 Tested-by: Jenkins Reviewed-by: Steven Burnett <sburnett@instructure.com> QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com> Product-Review: Felix Milea-Ciobanu <fmileaciobanu@instructure.com>
1 parent e6f2f2c commit 274df40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/jsx/grading/GradingPeriodSet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ import 'jquery.instructure_misc_helpers'
415415
<div className="ItemGroup__header__title">
416416
<button className={"Button Button--icon-action GradingPeriodSet__toggle"}
417417
aria-expanded={this.props.expanded}
418-
aria-label="Toggle grading period visibility">
418+
aria-label={I18n.t('Toggle %{title} grading period visibility', { title: this.props.set.title })}>
419419
<i className={"icon-mini-arrow-" + arrow}/>
420420
</button>
421421
<h2 ref="title" className="GradingPeriodSet__title">

0 commit comments

Comments
 (0)