Merged in fix/Lokalise-EN-edits-2025-10 (pull request #2962)
Fix/Lokalise English manual updates * fix: update English keys Approved-by: Linus Flood
This commit is contained in:
@@ -49,7 +49,7 @@ export default function RoomSize({ roomSize }: RoomSizeProps) {
|
||||
<h4>
|
||||
{intl.formatMessage(
|
||||
{
|
||||
defaultMessage: "{roomSizeMin} - {roomSizeMax} m²",
|
||||
defaultMessage: "{roomSizeMin}–{roomSizeMax} m²",
|
||||
},
|
||||
{
|
||||
roomSizeMin: roomSize.min,
|
||||
|
||||
@@ -62,7 +62,7 @@ const RoomImage = memo(function RoomImage({
|
||||
room={room}
|
||||
roomTypeCode={roomTypeCode}
|
||||
triggerLabel={intl.formatMessage({
|
||||
defaultMessage: "View room details",
|
||||
defaultMessage: "See room details",
|
||||
})}
|
||||
buttonVariant="secondary"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user