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

Commit 1f9db5d

Browse files
authored
Use '_t' for caption to have strings localized (#10143)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1 parent a6eee32 commit 1f9db5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/settings/Settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ export const SETTINGS: { [setting: string]: ISetting } = {
486486
title: _td("New session manager"),
487487
caption: () => (
488488
<>
489-
<p>{_td("Have greater visibility and control over all your sessions.")}</p>
489+
<p>{_t("Have greater visibility and control over all your sessions.")}</p>
490490
<p>
491-
{_td(
491+
{_t(
492492
"Our new sessions manager provides better visibility of all your sessions, " +
493493
"and greater control over them including the ability to remotely toggle push notifications.",
494494
)}

0 commit comments

Comments
 (0)