diff --git a/lib/Service/SampleConversationsService.php b/lib/Service/SampleConversationsService.php index f4fcdd7152e..ddc4576aea2 100644 --- a/lib/Service/SampleConversationsService.php +++ b/lib/Service/SampleConversationsService.php @@ -78,7 +78,7 @@ public function initialCreateSamples(string $userId): void { protected function defaultSampleConversation(IUser $user): void { $room = $this->roomService->createConversation( Room::TYPE_GROUP, - $this->l->t('Let´s get started!'), + $this->l->t('Let's get started!'), $user, Room::OBJECT_TYPE_SAMPLE, $user->getUID()