translation

This commit is contained in:
Bogdan Cilibiu
2017-10-19 23:21:55 +03:00
parent 3361075971
commit 5a78b7d7df
6 changed files with 28 additions and 11 deletions

View File

@@ -82,8 +82,8 @@
<ng-template>
<div class="app-no-content_block">
<md-icon>people</md-icon>
<p class="app-no-content_title">No shared files or folders</p>
<p class="app-no-content_text">Items you share using the Share option are shown here.</p>
<p class="app-no-content_title">{{ 'APP.BROWSE.SHARED.EMPTY_STATE.TITLE' | translate }}</p>
<p class="app-no-content_text">{{ 'APP.BROWSE.SHARED.EMPTY_STATE.TITLE' | translate }}</p>
</div>
</ng-template>
</empty-folder-content>