mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
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
@ -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.",
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user