diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index fc4c772d69..a8b2b45aff 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -486,9 +486,9 @@ export const SETTINGS: { [setting: string]: ISetting } = { title: _td("New session manager"), caption: () => ( <> -

{_td("Have greater visibility and control over all your sessions.")}

+

{_t("Have greater visibility and control over all your sessions.")}

- {_td( + {_t( "Our new sessions manager provides better visibility of all your sessions, " + "and greater control over them including the ability to remotely toggle push notifications.", )}