Commit 53ce931b authored by Yunke Zhou's avatar Yunke Zhou Committed by Commit Bot

Oobe: update aria-label for user creation screen in add person flow

Bug: 1127546
Change-Id: Ib4797dc6d8f2b28c15c3b55fb1a122d1027d999f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416502
Commit-Queue: Yunke Zhou <yunkez@google.com>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808382}
parent e395fc93
...@@ -56,7 +56,7 @@ found in the LICENSE file. --> ...@@ -56,7 +56,7 @@ found in the LICENSE file. -->
</style> </style>
<oobe-dialog id="userCreationDialog" role="dialog" has-buttons <oobe-dialog id="userCreationDialog" role="dialog" has-buttons
title-key="[[titleKey_]]" subtitle-key="[[subtitleKey_]]" title-key="[[titleKey_]]" subtitle-key="[[subtitleKey_]]"
aria-label$="[[i18nDynamic(locale, 'userCreationTitle')]]" aria-label$="[[i18nDynamic(locale, titleKey_)]]"
for-step="create"> for-step="create">
<hd-iron-icon icon1x="oobe-32:googleg" icon2x="oobe-64:googleg" <hd-iron-icon icon1x="oobe-32:googleg" icon2x="oobe-64:googleg"
slot="oobe-icon"> slot="oobe-icon">
......
...@@ -72,12 +72,12 @@ Polymer({ ...@@ -72,12 +72,12 @@ Polymer({
titleKey_: { titleKey_: {
type: String, type: String,
value: '', value: 'userCreationTitle',
}, },
subtitleKey_: { subtitleKey_: {
type: String, type: String,
value: '', value: 'userCreationSubtitle',
}, },
}, },
......
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