diff --git a/ts/Manager/App.tsx b/ts/Manager/App.tsx index e35fc1d..2a97133 100644 --- a/ts/Manager/App.tsx +++ b/ts/Manager/App.tsx @@ -152,7 +152,10 @@ const App: React.FC = () => { t('bbb', 'You exceeded the maximum number of rooms.') }

} - + + +

{t('bbb', 'Room quota:')} {rooms.filter(room => room.userId === OC.currentUser).length} / {maxRooms}

+