diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-13 14:04:15 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-13 14:04:15 +0000 |
| commit | 51b14cc61578c6aee80fbf63dce2dbb7503914bb (patch) | |
| tree | 5c24fe9969c8a871870a325d3f97c3ed99f6ac80 /src/i18n | |
| parent | 80bd6433aa26d1b8404b0ca7105d9999aa22495b (diff) | |
| parent | 450145dd6b0c91e80b957d7c39dbf6b809b056be (diff) | |
Merge branch 'eientei' into 'develop'
Mute bot posts filtering option
See merge request pleroma/pleroma-fe!1440
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8eb7fcc6..61087ec2 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -351,6 +351,8 @@ "hide_attachments_in_tl": "Hide attachments in timeline", "hide_media_previews": "Hide media previews", "hide_muted_posts": "Hide posts of muted users", + "mute_bot_posts": "Mute bot posts", + "hide_bot_indication": "Hide bot indication in posts", "hide_all_muted_posts": "Hide muted posts", "max_thumbnails": "Maximum amount of thumbnails per post (empty = no limit)", "hide_isp": "Hide instance-specific panel", |
