diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-22 14:39:28 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-22 14:45:42 +0300 |
| commit | f0b9f5d29ca7bbac21cabad3d5f14328dfbf56dd (patch) | |
| tree | e7acebbbfb5c26c75bf6376127b2ad43dba63d8f /src/i18n | |
| parent | 8ad145598d7606a0f5ccdd7fb840b7ab1fd0adec (diff) | |
use `repeats` intead `boosts`
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c20f880a..426a2f6a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -543,8 +543,8 @@ "unmute": "Unmute", "unmute_progress": "Unmuting...", "mute_progress": "Muting...", - "hide_boosts": "Hide boosts from {user}", - "show_boosts": "Show boosts from {user}", + "hide_repeats": "Hide repeats", + "show_repeats": "Show repeats", "admin_menu": { "moderation": "Moderation", "grant_admin": "Grant Admin", |
