diff options
| author | scarlett <nia@netbsd.org> | 2018-09-04 00:41:37 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-09-04 00:41:52 +0100 |
| commit | bdcbd110e42a5deb46116f3ba631118143f71a69 (patch) | |
| tree | 742fb9d16873d30294301ba36f469f7e8ca9ab90 /src/i18n/messages.js | |
| parent | dcb7e1ecf479a72c904dd882c05f1c446dbe2fe4 (diff) | |
Add option for hiding post statistics (e.g. repeats, favs)
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 42b1dd40..56cc7b49 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -328,6 +328,7 @@ const en = { loop_video_silent_only: 'Loop only videos without sound (i.e. Mastodon\'s "gifs")', reply_link_preview: 'Enable reply-link preview on mouse hover', replies_in_timeline: 'Replies in timeline', + hide_post_stats: 'Hide post statistics (e.g. repeat and favorite counts)', hide_user_stats: 'Hide user statistics (e.g. status and follower counts)', reply_visibility_all: 'Show all replies', reply_visibility_following: 'Only show replies directed at me or users I\'m following', |
