fixup! Fix: i18n sync status
This commit is contained in:
parent
008ca33b16
commit
a1aa8c2e38
|
@ -117,7 +117,6 @@ document.onclick = e => {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getStatusText() {
|
function getStatusText() {
|
||||||
// FIXME: i18n
|
|
||||||
if (status.syncing) {
|
if (status.syncing) {
|
||||||
if (status.progress) {
|
if (status.progress) {
|
||||||
const {phase, loaded, total} = status.progress;
|
const {phase, loaded, total} = status.progress;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user