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={
|
||||
<div className="Preferences__right-button">
|
||||
<Button
|
||||
aria-label={
|
||||
nowSyncing ? i18n('icu:syncing') : i18n('icu:syncNow')
|
||||
}
|
||||
aria-live="polite"
|
||||
disabled={nowSyncing}
|
||||
onClick={async () => {
|
||||
setShowSyncFailed(false);
|
||||
|
|
Loading…
Reference in a new issue