Use '_t' for caption to have strings localized (#10143)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2023-02-13 09:49:30 +00:00 committed by GitHub
parent a6eee32c66
commit 1f9db5d41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.",
)}