From 918aa562c53767185589634f495a805fa174a7ab Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 27 Dec 2024 12:27:06 +0100 Subject: [PATCH] Improve description of Suspend connection option (#23470) * Improve description of Suspend connection option This removes the use of "we" which is kind of off as no person is involved in the process. It also moves the word "suspend" in the headline and better explains the purpose. * add comma --------- Co-authored-by: Petar Petrov --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 7c10011ae6..feece14f8e 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6938,8 +6938,8 @@ "description": "Enable or disable keyboard shortcuts for performing various actions in the UI." }, "suspend": { - "header": "Automatically close connection", - "description": "Should we close the connection to the server after being hidden for 5 minutes?" + "header": "Suspend background connections", + "description": "For hidden windows or background tabs, close the server connection after 5 minutes." }, "push_notifications": { "header": "Receive notifications",