diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-26 16:03:46 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:26 -0400 |
| commit | d76bd0044fd0543f07a24f81fb24615f5a3bc638 (patch) | |
| tree | 1d998adc055b25f0faa0a88dd10891ed1f026891 | |
| parent | 32be0e15d11c14513ff4fdc984aeaa4a5f462eac (diff) | |
fix typo
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8429367c..9c5789e3 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -404,7 +404,7 @@ "repeats": "Repeats", "delete": "Delete status", "pin": "Pin on profile", - "unpin": "Unpin form profile", + "unpin": "Unpin from profile", "delete_confirm": "Do you really want to delete this status?", "reply_to": "Reply to", "replies_list": "Replies:" |
