Add "offline" key

pull/1/head
David Benqué 4 years ago
parent 0deaa428a5
commit 8173eb4a6f

@ -1395,7 +1395,8 @@ MessengerUI, Messages) {
toolbar.isErrorState = bool; // Stop kickSpinner
toolbar.title.toggleClass('cp-toolbar-unsync', bool); // "read only" next to the title
if (bool && toolbar.spinner) {
toolbar.spinner.text("OFFLINE"); // XXX
Messages.offline = "OFFLINE"; // XXX
toolbar.spinner.text(Messages.offline);
} else {
kickSpinner(toolbar, config);
}

Loading…
Cancel
Save