From de223fbb683b40e95281e70c45785b4f66a12647 Mon Sep 17 00:00:00 2001 From: Bogdan Cilibiu Date: Fri, 27 Oct 2017 09:22:16 +0300 Subject: [PATCH] correct text reference --- src/app/components/libraries/libraries.component.html | 2 +- src/app/components/recent-files/recent-files.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/libraries/libraries.component.html b/src/app/components/libraries/libraries.component.html index 7fa260fc5..0f07879b7 100644 --- a/src/app/components/libraries/libraries.component.html +++ b/src/app/components/libraries/libraries.component.html @@ -24,7 +24,7 @@
group_work

{{ 'APP.BROWSE.LIBRARIES.EMPTY_STATE.TITLE' | translate }}

-

{{ 'APP.BROWSE.LIBRARIES.EMPTY_STATE.TITLE' | translate }}

+

{{ 'APP.BROWSE.LIBRARIES.EMPTY_STATE.TEXT' | translate }}

diff --git a/src/app/components/recent-files/recent-files.component.html b/src/app/components/recent-files/recent-files.component.html index c732347b0..4277c273b 100644 --- a/src/app/components/recent-files/recent-files.component.html +++ b/src/app/components/recent-files/recent-files.component.html @@ -85,7 +85,7 @@
access_time

{{ 'APP.BROWSE.RECENT.EMPTY_STATE.TITLE' | translate }}

-

{{ 'APP.BROWSE.RECENT.EMPTY_STATE.TITLE' | translate }}

+

{{ 'APP.BROWSE.RECENT.EMPTY_STATE.TEXT' | translate }}