Skip to content

Commit 0bdb80a

Browse files
committed
wip
1 parent 85d1846 commit 0bdb80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/seeders/Codebar/ContactsTableSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public function run(): void
4444
ContactSectionEnum::EMPLOYEES => [
4545
'key' => ContactSectionEnum::EMPLOYEES,
4646
'role' => [
47-
'de_CH' => 'Administration',
48-
'en_CH' => 'Administration',
47+
'de_CH' => 'Projektleiterin',
48+
'en_CH' => 'Project Manager',
4949
],
5050
],
5151
ContactSectionEnum::BOARD_MEMBERS => [

0 commit comments

Comments
 (0)