Skip to content

Commit dab0fd0

Browse files
committed
4992: Changed wording
1 parent 15ecfdf commit dab0fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InteractiveSlide/InstantBook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function performAction(UserInterface $user, Slide $slide, InteractionSlid
8888
return match ($interactionRequest->action) {
8989
self::ACTION_GET_QUICK_BOOK_OPTIONS => $this->getQuickBookOptions($slide, $interactionRequest),
9090
self::ACTION_QUICK_BOOK => $this->quickBook($slide, $interactionRequest),
91-
default => throw new InteractiveSlideException('Action not allowed', 400),
91+
default => throw new InteractiveSlideException('Action not supported', 400),
9292
};
9393
}
9494

0 commit comments

Comments
 (0)