Announce syncing in Preferences
This commit is contained in:
parent
94cd764107
commit
c961ea9ef7
1 changed files with 4 additions and 0 deletions
|
@ -652,6 +652,10 @@ export function Preferences({
|
||||||
right={
|
right={
|
||||||
<div className="Preferences__right-button">
|
<div className="Preferences__right-button">
|
||||||
<Button
|
<Button
|
||||||
|
aria-label={
|
||||||
|
nowSyncing ? i18n('icu:syncing') : i18n('icu:syncNow')
|
||||||
|
}
|
||||||
|
aria-live="polite"
|
||||||
disabled={nowSyncing}
|
disabled={nowSyncing}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
setShowSyncFailed(false);
|
setShowSyncFailed(false);
|
||||||
|
|
Loading…
Reference in a new issue