mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue