mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Fix i18n for server settings.
Start work on roles. Add temporary age gate.
This commit is contained in:
@@ -34,27 +34,28 @@ export default function ServerSettings() {
|
||||
category: <Category variant="uniform" text={server.name} />, //TOFIX: Just add the server.name as a string, otherwise it makes a duplicate category
|
||||
id: 'overview',
|
||||
icon: <ListUl size={20} />,
|
||||
title: <Text id="app.settings.channel_pages.overview.title" />
|
||||
title: <Text id="app.settings.server_pages.overview.title" />
|
||||
},
|
||||
{
|
||||
id: 'members',
|
||||
icon: <Group size={20} />,
|
||||
title: "Members"
|
||||
title: <Text id="app.settings.server_pages.members.title" />
|
||||
},
|
||||
{
|
||||
id: 'invites',
|
||||
icon: <Share size={20} />,
|
||||
title: "Invites"
|
||||
title: <Text id="app.settings.server_pages.invites.title" />
|
||||
},
|
||||
{
|
||||
id: 'bans',
|
||||
icon: <XSquare size={20} />,
|
||||
title: "Bans"
|
||||
title: <Text id="app.settings.server_pages.bans.title" />
|
||||
},
|
||||
{
|
||||
id: 'roles',
|
||||
icon: <ListCheck size={20} />,
|
||||
title: "Roles"
|
||||
title: <Text id="app.settings.server_pages.roles.title" />,
|
||||
hideTitle: true
|
||||
}
|
||||
]}
|
||||
children={[
|
||||
|
||||
Reference in New Issue
Block a user