drop 'loading' text from loading screen

This commit is contained in:
ansuz
2017-08-29 18:15:40 +02:00
parent 2ef4ebc6ef
commit a34d1793e0
2 changed files with 2 additions and 9 deletions

View File

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