Add users management to site settings (#126)

This commit is contained in:
Riccardo Graziosi
2022-06-24 14:39:35 +02:00
committed by GitHub
parent bc15140512
commit 37fb99a868
71 changed files with 1093 additions and 1409 deletions

View File

@@ -92,7 +92,7 @@ class BoardsSiteSettingsP extends React.Component<Props> {
return (
<>
<Box>
<h2>{I18n.t('site_settings.boards.title')}</h2>
<h2>{ I18n.t('site_settings.boards.title') }</h2>
{
boards.items.length > 0 ?