diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-25 23:38:31 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-25 23:38:31 +0300 |
| commit | b5c1d074f83d08473a19a3885f6ff5eeb95274e5 (patch) | |
| tree | f505bbf5e1c57fcccaba7efbdaf3b2ed85f516a7 /src/i18n | |
| parent | cf3fbdd61096d3e51c09179474f383f8351a33cb (diff) | |
fix reprööted posts not being muted properly. fix muted posts making
desktop notifications
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 f5d1ce7c..61b818a6 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -621,7 +621,9 @@ "mute_conversation": "Mute conversation", "unmute_conversation": "Unmute conversation", "status_unavailable": "Status unavailable", - "copy_link": "Copy link to status" + "copy_link": "Copy link to status", + "thread_muted": "Conversation muted", + "thread_muted_and_words": "Conversation muted, contains filtered words:" }, "user_card": { "approve": "Approve", |
