mirror of
https://github.com/mue/mue.git
synced 2026-07-11 06:24:29 +02:00
fix(about): Loading text on offline mode
This commit is contained in:
@@ -110,7 +110,7 @@ class About extends PureComponent {
|
||||
componentDidMount() {
|
||||
if (navigator.onLine === false || localStorage.getItem('offlineMode') === 'true') {
|
||||
this.setState({
|
||||
update: variables.getMessage('modals.main.settings.sections.about.version.checking_update'),
|
||||
update: variables.getMessage('modals.main.marketplace.offline.description'),
|
||||
loading: variables.getMessage('modals.main.marketplace.offline.description'),
|
||||
});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user