Commit c7480e66 authored by Steven Bennetts's avatar Steven Bennetts Committed by Commit Bot

Network config: Fix aria label

Bug: 801585
Change-Id: I956c90e6e6d6f966a294263da8392bf12da4914f
Reviewed-on: https://chromium-review.googlesource.com/c/1260486Reviewed-by: default avatarToni Baržić <tbarzic@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596768}
parent 5c275a50
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
<cr-toggle id="share" checked="{{shareNetwork_}}" <cr-toggle id="share" checked="{{shareNetwork_}}"
disabled="[[!shareIsEnabled_(guid, configProperties_.*, disabled="[[!shareIsEnabled_(guid, configProperties_.*,
security_, eapProperties_.*, shareAllowEnable)]]" security_, eapProperties_.*, shareAllowEnable)]]"
aria-label="[[i18n('networkConfigShare')]]"> aria-labeledby="shareLabel">
</cr-toggle> </cr-toggle>
</div> </div>
</template> </template>
......
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