Fix typo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2024-05-30 19:56:35 +02:00
parent f07a6a8923
commit 82dbf11b42

View File

@ -22,7 +22,7 @@ impl UpdateReservationQuery {
) -> anyhow::Result<Option<&str>> {
if !a.open_to_reservations {
return Ok(Some(
"The accommodation is not open to reservations create / update!",
"The accommodation is not open to reservations creation / update!",
));
}