diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-13 14:55:02 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:30 -0500 |
| commit | 0220d3d304cbcb82b8531ff373dce1b35e93fb4f (patch) | |
| tree | 1b72130932b590727a3e342671bf19cd5f4b6cb0 /src/i18n | |
| parent | 5d6e1864a5602505dedf519ef5f8e64cf19ee158 (diff) | |
Finally, added BlockCard
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ddde1de2..9027803d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -366,7 +366,9 @@ "muted": "Muted", "per_day": "per day", "remote_follow": "Remote follow", - "statuses": "Statuses" + "statuses": "Statuses", + "unblock": "Unblock", + "unblock_progress": "Unblocking..." }, "user_profile": { "timeline_title": "User Timeline" |
