diff options
| author | Eris <femmediscord@gmail.com> | 2021-06-15 18:09:00 +0000 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-17 13:21:25 +0300 |
| commit | 9c4957268de656acdfceae526f18ab5250808bec (patch) | |
| tree | 17ce3a83b8f107a6dafee90ba3c653e8baa3ca07 /src/i18n | |
| parent | 6689fed5132fac12a696e87d56c2858d64c323a5 (diff) | |
Use proper setting name
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 315c8f62..86870447 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -75,7 +75,6 @@ "confirm": "Confirm", "verify": "Verify", "close": "Close", - "hide": "Hide", "peek": "Peek", "role": { "admin": "Admin", @@ -351,6 +350,7 @@ "hide_all_muted_posts": "Hide muted posts", "max_thumbnails": "Maximum amount of thumbnails per post", "hide_isp": "Hide instance-specific panel", + "hide_shoutbox": "Hide instance shoutbox", "right_sidebar": "Show sidebar on the right side", "hide_wallpaper": "Hide instance wallpaper", "preload_images": "Preload images", |
