Fix typo in translation key

pull/1/head
yflory 4 years ago
parent b71ce434ce
commit a6f9031cd6

@ -1420,7 +1420,7 @@ 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(Messages.offline);
toolbar.spinner.text(Messages.Offline);
} else {
kickSpinner(toolbar, config);
}

Loading…
Cancel
Save