mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
use title binding over attribute style (#351)
This commit is contained in:
parent
9e264f3fb0
commit
eb463c7635
@ -114,7 +114,7 @@
|
||||
<ng-template>
|
||||
<app-empty-folder
|
||||
icon="star_rate"
|
||||
title="APP.BROWSE.FAVORITES.EMPTY_STATE.TITLE"
|
||||
[title]="'APP.BROWSE.FAVORITES.EMPTY_STATE.TITLE'"
|
||||
subtitle="APP.BROWSE.FAVORITES.EMPTY_STATE.TEXT">
|
||||
</app-empty-folder>
|
||||
</ng-template>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<ng-template>
|
||||
<app-empty-folder
|
||||
icon="group_work"
|
||||
title="APP.BROWSE.LIBRARIES.EMPTY_STATE.TITLE"
|
||||
[title]="'APP.BROWSE.LIBRARIES.EMPTY_STATE.TITLE'"
|
||||
subtitle="APP.BROWSE.LIBRARIES.EMPTY_STATE.TEXT">
|
||||
</app-empty-folder>
|
||||
</ng-template>
|
||||
|
@ -109,7 +109,7 @@
|
||||
<ng-template>
|
||||
<app-empty-folder
|
||||
icon="access_time"
|
||||
title="APP.BROWSE.RECENT.EMPTY_STATE.TITLE"
|
||||
[title]="'APP.BROWSE.RECENT.EMPTY_STATE.TITLE'"
|
||||
subtitle="APP.BROWSE.RECENT.EMPTY_STATE.TEXT">
|
||||
</app-empty-folder>
|
||||
</ng-template>
|
||||
|
@ -114,7 +114,7 @@
|
||||
<ng-template>
|
||||
<app-empty-folder
|
||||
icon="people"
|
||||
title="APP.BROWSE.SHARED.EMPTY_STATE.TITLE"
|
||||
[title]="'APP.BROWSE.SHARED.EMPTY_STATE.TITLE'"
|
||||
subtitle="APP.BROWSE.SHARED.EMPTY_STATE.TEXT">
|
||||
</app-empty-folder>
|
||||
</ng-template>
|
||||
|
@ -42,7 +42,7 @@
|
||||
<ng-template>
|
||||
<app-empty-folder
|
||||
icon="delete"
|
||||
title="APP.BROWSE.TRASHCAN.EMPTY_STATE.TITLE">
|
||||
[title]="'APP.BROWSE.TRASHCAN.EMPTY_STATE.TITLE'">
|
||||
<p class="app-empty-folder__text">{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.FIRST_TEXT' | translate }}</p>
|
||||
<p class="app-empty-folder__text">{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.SECOND_TEXT' | translate }}</p>
|
||||
</app-empty-folder>
|
||||
|
Loading…
x
Reference in New Issue
Block a user