Skip to content

Commit

Permalink
Merge pull request #165 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakekniven authored Dec 8, 2024
2 parents 43df10d + 9d997d5 commit 22ee640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TaskProcessing/ChangeToneProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getInputShapeEnumValues(): array {
$toneInputEnumValue = new ShapeEnumValue($this->l->t('Detect language'), 'detect_language');
return [
'tone_input' => [
new ShapeEnumValue($this->l->t('Friendler'), 'friendler'),
new ShapeEnumValue($this->l->t('Friendlier'), 'friendler'),
new ShapeEnumValue($this->l->t('More formal'), 'more formal'),
new ShapeEnumValue($this->l->t('Funnier'), 'funnier'),
new ShapeEnumValue($this->l->t('More casual'), 'more casual'),
Expand Down

0 comments on commit 22ee640

Please sign in to comment.