Fix typo
This commit is contained in:
parent
f07a6a8923
commit
82dbf11b42
@ -22,7 +22,7 @@ impl UpdateReservationQuery {
|
|||||||
) -> anyhow::Result<Option<&str>> {
|
) -> anyhow::Result<Option<&str>> {
|
||||||
if !a.open_to_reservations {
|
if !a.open_to_reservations {
|
||||||
return Ok(Some(
|
return Ok(Some(
|
||||||
"The accommodation is not open to reservations create / update!",
|
"The accommodation is not open to reservations creation / update!",
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user