From 6404911be0a57947e8d5a8981b4419786d064046 Mon Sep 17 00:00:00 2001 From: Simon Cossar Date: Tue, 20 Oct 2020 08:25:46 -0700 Subject: [PATCH] Improve solved topics auto close hours description (#95) --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4cd577d..bc2c68f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -5,7 +5,7 @@ en: accept_all_solutions_trust_level: "Minimum trust level required to accept solutions on any topic (even when not OP)" empty_box_on_unsolved: "Display an empty box next to unsolved topics" solved_quote_length: "Number of characters to quote when displaying the solution under the first post" - solved_topics_auto_close_hours: "Auto close topic (n) hours after the last reply once the topic has been marked as solved" + solved_topics_auto_close_hours: "Auto close topic (n) hours after the last reply once the topic has been marked as solved. Set to 0 to disable auto closing." show_filter_by_solved_status: "Show a dropdown to filter a topic list by solved status." reports: accepted_solutions: @@ -16,7 +16,7 @@ en: no_solutions: self: "You have no accepted solutions yet." others: "No accepted solutions." - + badges: helpdesk: name: "Helpdesk"