This commit is contained in:
Aya Morisawa 2017-03-31 22:02:16 +09:00
parent 5392746824
commit 5b280d8467

View file

@ -40,7 +40,7 @@
</div>
<div class="empty" if={ files.length == 0 && folders.length == 0 && !fetching }>
<p if={ !folder == null }>%i18n:mobile.tags.mk-drive.nothing-in-drive%</p>
<p if={ folder != null }>%i18n:mobile.tags.mk-drive.drive-is-empty%</p>
<p if={ folder != null }>%i18n:mobile.tags.mk-drive.nothing-in-drive%</p>
</div>
</div>
<div class="fetching" if={ fetching && file == null && files.length == 0 && folders.length == 0 }>