From 9029344e1f2f4b6b7a81c0c41288cf785cd63bc4 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Sat, 7 Aug 2021 20:14:37 -0400 Subject: [PATCH] Add English translations for max depth in thread --- src/i18n/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en.json b/src/i18n/en.json index 03c56b19..d85ca835 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -460,6 +460,7 @@ "conversation_display_tree": "Tree-style", "conversation_display_simple_tree": "Simplified tree-style", "conversation_display_linear": "Linear-style", + "max_depth_in_thread": "Maximum number of levels in thread to display by default", "post_status_content_type": "Post status content type", "sensitive_by_default": "Mark posts as sensitive by default", "stop_gifs": "Play-on-hover GIFs",