Fix typo in translation key

This commit is contained in:
yflory 2021-01-07 12:58:41 +01:00
parent b71ce434ce
commit a6f9031cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}