From a6f9031cd6ecf2900233cc75ba1d6935ed26bc2e Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 7 Jan 2021 12:58:41 +0100 Subject: [PATCH] Fix typo in translation key --- www/common/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 65efa33ab..6dcb44024 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -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); }