drop 'loading' text from loading screen
This commit is contained in:
@@ -410,7 +410,7 @@ define([
|
||||
}),
|
||||
h('div.spinnerContainer',
|
||||
h('span.fa.fa-circle-o-notch.fa-spin.fa-4x.fa-fw')),
|
||||
h('p', Msg.loading)
|
||||
h('p'),
|
||||
])
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user