Use '_t' for caption to have strings localized (#10143)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
a6eee32c66
commit
1f9db5d41d
1 changed files with 2 additions and 2 deletions
|
@ -486,9 +486,9 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
||||||
title: _td("New session manager"),
|
title: _td("New session manager"),
|
||||||
caption: () => (
|
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>
|
<p>
|
||||||
{_td(
|
{_t(
|
||||||
"Our new sessions manager provides better visibility of all your sessions, " +
|
"Our new sessions manager provides better visibility of all your sessions, " +
|
||||||
"and greater control over them including the ability to remotely toggle push notifications.",
|
"and greater control over them including the ability to remotely toggle push notifications.",
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue