Skip to content
Snippets Groups Projects
Commit 5b280d84 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix bug

parent 53927468
No related merge requests found
......@@ -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 }>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment