feat: change all Based on availability to Subject to availability in booking flow

This commit is contained in:
Simon Emanuelsson
2025-06-23 12:58:44 +02:00
committed by Simon.Emanuelsson
parent 06802d57b8
commit d4894c1647
7 changed files with 8 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ export default function RoomDetails({
<Typography variant="Body/Paragraph/mdRegular">
<p className={styles.text}>
{intl.formatMessage({
defaultMessage: "Based on availability",
defaultMessage: "Subject to availability",
})}
</p>
</Typography>