From 4d34386f7f91215b2e9c521a6f962d57c7aef46a Mon Sep 17 00:00:00 2001
From: syuilo
Date: Sat, 1 Apr 2017 06:48:08 +0900
Subject: [PATCH] [Client] Fix
---
src/web/app/mobile/tags/timeline-post.tag | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag
index 94082b8df..32e1a4612 100644
--- a/src/web/app/mobile/tags/timeline-post.tag
+++ b/src/web/app/mobile/tags/timeline-post.tag
@@ -7,8 +7,7 @@
-
- { '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.replace('{}', post.user.name) }
+ {'%i18n:mobile.tags.mk-timeline-post.reposted-by%'.substr(0, '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.indexOf('{'))}{ post.user.name }{'%i18n:mobile.tags.mk-timeline-post.reposted-by%'.substr('%i18n:mobile.tags.mk-timeline-post.reposted-by%'.indexOf('}') + 1)}