Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Use '_t' for caption to have strings localized #10143

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ export const SETTINGS: { [setting: string]: ISetting } = {
title: _td("New session manager"),
caption: () => (
<>
<p>{_td("Have greater visibility and control over all your sessions.")}</p>
<p>{_t("Have greater visibility and control over all your sessions.")}</p>
<p>
{_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.",
)}
Expand Down