Unverified Commit 6dcce5a8 by Christopher Lee Committed by GitHub

Merge pull request #16552 from edx/clee/LEARNER-2894

Remove aria-label for fields in Account Settings and Profile
parents 4d58ee0b 629170d9
......@@ -483,7 +483,6 @@
if (this.modelValueIsSet() === false) {
value = this.options.placeholderValue || '';
}
this.$('.u-field-value').attr('aria-label', this.options.title);
this.$('.u-field-value-readonly').text(value);
if (this.mode === 'display') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment