diff options
| author | dave <starpumadev@gmail.com> | 2019-04-12 15:35:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:25 -0400 |
| commit | 9fc997500e33d561a1aa5d26c8ed8f4446a0248e (patch) | |
| tree | d1daa83cde1270556446cfec32b5c8a671b69abd /src/i18n | |
| parent | 80ef855a639f00a827be24e4cac411bd349f423e (diff) | |
#468 - add extra buttons for status actions
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index b4f0deb2..8429367c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -402,6 +402,10 @@ "status": { "favorites": "Favorites", "repeats": "Repeats", + "delete": "Delete status", + "pin": "Pin on profile", + "unpin": "Unpin form profile", + "delete_confirm": "Do you really want to delete this status?", "reply_to": "Reply to", "replies_list": "Replies:" }, |
