Skip to content

Commit

Permalink
Merge pull request #29 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
fix(i18n): Fixed typo
  • Loading branch information
julien-nc committed Jan 13, 2024
2 parents 1e1e2ac + d9667b3 commit c86d4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/FreePrompt/FreePromptService.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function processPrompt(string $prompt, int $nResults): string {

if ($this->userId === null) {
$this->logger->warning('User id is null when trying to process prompt');
throw new Exception($this->l10n->t('Failed process prompt; unkown user'), Http::STATUS_INTERNAL_SERVER_ERROR);
throw new Exception($this->l10n->t('Failed process prompt; unknown user'), Http::STATUS_INTERNAL_SERVER_ERROR);
}

// Generate a unique id for this generation
Expand Down

0 comments on commit c86d4ef

Please sign in to comment.