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

Commit

Permalink
Use '_t' for caption to have strings localized (#10143)
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul authored Feb 13, 2023
1 parent a6eee32 commit 1f9db5d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 1f9db5d

Please sign in to comment.