diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 21:49:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 21:49:15 +0900 |
| commit | cb416ea1a544609c960b1949461bdc2a3b8c912b (patch) | |
| tree | e8e5e09a22b37cdecf6d8832067e97167935de11 /src/web | |
| parent | v2520 (diff) | |
| download | misskey-cb416ea1a544609c960b1949461bdc2a3b8c912b.tar.gz misskey-cb416ea1a544609c960b1949461bdc2a3b8c912b.tar.bz2 misskey-cb416ea1a544609c960b1949461bdc2a3b8c912b.zip | |
Better English
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/user.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag index 83231f01d7..ea431dcc53 100644 --- a/src/web/app/mobile/tags/user.tag +++ b/src/web/app/mobile/tags/user.tag @@ -12,7 +12,7 @@ <div class="title"> <h1>{ user.name }</h1> <span class="username">@{ user.username }</span> - <span class="followed" if={ user.is_followed }>%i18n:mobile.tags.mk-user.is-followed%</span> + <span class="followed" if={ user.is_followed }>%i18n:mobile.tags.mk-user.follows-you%</span> </div> <div class="description">{ user.description }</div> <div class="info"> |