Changed 'Previewing' to 'Loading' in ViewImage modal

Этот коммит содержится в:
hmhealey
2015-12-18 18:08:09 -05:00
родитель 46a59252b6
Коммит 6288a1347e

Просмотреть файл

@@ -400,7 +400,7 @@ function LoadingImagePreview({progress}) {
if (progress) {
progressView = (
<span className='loader-percent'>
{'Previewing ' + progress + '%'}
{'Loading ' + progress + '%'}
</span>
);
}