diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-10-07 11:23:30 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-10-07 11:23:30 +0000 |
| commit | cf7fab71036cd72abe6df4d68f7ac499626e27e7 (patch) | |
| tree | 4cd4b9e7f74b5e764ccadc3b768f3b616bfbb7b6 /src/i18n/en.json | |
| parent | bb0a7a81c5c5e9947471ccffff629af9ee6d6185 (diff) | |
| parent | bbef4e40dffd012dafed71e6efff5c05e7308c3e (diff) | |
Merge branch 'fix-mute-reasons-whitespaces' into 'develop'
Fix whitespaces for multiple status mute reasons, display bot status reason
See merge request pleroma/pleroma-fe!1948
Diffstat (limited to 'src/i18n/en.json')
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 74cddea8..c86bdbab 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1151,6 +1151,7 @@ "thread_muted": "Thread muted", "thread_muted_and_words": ", has words:", "sensitive_muted": "Muting sensitive content", + "bot_muted": "Muting bot content", "show_full_subject": "Show full subject", "hide_full_subject": "Hide full subject", "show_content": "Show content", |
