diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-30 11:08:37 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:40:12 -0500 |
| commit | b7af37fce8bf11492681f206cfc2afcf00ff5ded (patch) | |
| tree | 633247d0ed360c2588a104372b1eaf2fae125022 | |
| parent | 228a9afdf5ecc10a17de31f88bd88ad1efbe0004 (diff) | |
Add English translation for mute duration
| -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 f7d83aa3..fc0de3ac 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -950,6 +950,7 @@ "mute_confirm": "Do you really want to mute {user}?", "mute_confirm_accept_button": "Mute", "mute_confirm_cancel_button": "Do not mute", + "mute_duration_prompt": "Mute this user for (0 for indefinite time):", "per_day": "per day", "remote_follow": "Remote follow", "remove_follower": "Remove follower", |
