Skip to content

Commit 428e26e

Browse files
committed
Rename lobby forum
1 parent 841b40e commit 428e26e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/QuickInstall/Sandbox/SeedRuntime/ContentBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function seed(array $users, array $forums): array
9898

9999
$sectionNames = [
100100
'news' => 'News forum',
101-
'lobby' => 'Lobby',
101+
'lobby' => 'Lobby forum',
102102
'read' => 'Read forum',
103103
'unread' => 'Unread forum',
104104
'parent' => 'Parent forum',

src/QuickInstall/Sandbox/SeedRuntime/ForumBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function seed(): array
3333
$forums['lobby'] = $this->create([
3434
'parent_id' => 0,
3535
'forum_type' => FORUM_POST,
36-
'forum_name' => $this->context->prefix . 'Lobby',
36+
'forum_name' => $this->context->prefix . 'Lobby forum',
3737
'forum_desc' => 'A regular forum with topics, replies, rules, and a mix of post types.',
3838
], $acp, $defaultForum, 'forums');
3939

0 commit comments

Comments
 (0)