From 0c5753b5e91a2f7e0f0828c9e991fa6dbb842272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 23 Aug 2018 11:53:51 +0200 Subject: [PATCH] MOBILE-2561 forum: Apply format text on discussion subject --- .../mod/forum/components/index/addon-mod-forum-index.html | 4 ++-- src/addon/mod/forum/components/post/addon-mod-forum-post.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/addon/mod/forum/components/index/addon-mod-forum-index.html b/src/addon/mod/forum/components/index/addon-mod-forum-index.html index 8b8164d34..dfbf68c57 100644 --- a/src/addon/mod/forum/components/index/addon-mod-forum-index.html +++ b/src/addon/mod/forum/components/index/addon-mod-forum-index.html @@ -30,7 +30,7 @@ -

{{discussion.subject}}

+

{{ 'core.notsent' | translate }} {{discussion.userfullname}} @@ -48,7 +48,7 @@ -

{{discussion.subject}}

+

{{discussion.created | coreDateDayOrTime}} diff --git a/src/addon/mod/forum/components/post/addon-mod-forum-post.html b/src/addon/mod/forum/components/post/addon-mod-forum-post.html index 9e6fc37f1..a7b3ebaf2 100644 --- a/src/addon/mod/forum/components/post/addon-mod-forum-post.html +++ b/src/addon/mod/forum/components/post/addon-mod-forum-post.html @@ -2,7 +2,7 @@ -

{{post.subject}}

+

{{ 'core.notsent' | translate }}