translate settings divisions

This commit is contained in:
Martti Malmi
2023-12-18 16:37:26 +02:00
parent 9702529437
commit 33963f35ed
3 changed files with 8 additions and 4 deletions

View File

@ -19,7 +19,7 @@ const SettingsIndex = () => {
const settingsGroups = [
{
title: "Account",
title: <FormattedMessage id="TwyMau" defaultMessage="Account" />,
items: [
{
icon: "profile",
@ -64,7 +64,7 @@ const SettingsIndex = () => {
],
},
{
title: "Interaction",
title: <FormattedMessage id="hvFRBo" defaultMessage="Interaction" />,
items: [
{
icon: "relay",
@ -99,7 +99,7 @@ const SettingsIndex = () => {
],
},
{
title: "Support",
title: <FormattedMessage id="HqRNN8" defaultMessage="Support" />,
items: [
{
icon: "heart",
@ -130,7 +130,7 @@ const SettingsIndex = () => {
],
},
{
title: "Log Out",
title: <FormattedMessage id="H0JBH6" defaultMessage="Log Out" />,
items: [
{
icon: "logout",