From 1897838a96555c41c88a6cbe7e4a5191d1ab3074 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)}