Update drive.tag

This commit is contained in:
syuilo⭐️ 2017-04-01 07:32:18 +09:00 committed by GitHub
parent 3dd64f0801
commit 11560f138d

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.folder-empty%</p>
<p if={ folder != null }>%i18n:mobile.tags.mk-drive.folder-is-empty%</p>
</div>
</div>
<div class="fetching" if={ fetching && file == null && files.length == 0 && folders.length == 0 }>